mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 09:42:19 +00:00
Implement rough onboarding redesign
This commit is contained in:
12
res/drawable/session_edit_text_background.xml
Normal file
12
res/drawable/session_edit_text_background.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle" >
|
||||
|
||||
<stroke
|
||||
android:color="@color/text"
|
||||
android:width="@dimen/border_thickness" />
|
||||
|
||||
<corners android:radius="@dimen/text_view_corner_radius" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user