mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-02 07:33:18 +00:00
Update registration UI.
This commit is contained in:
13
res/drawable/labeled_edit_text_background_active.xml
Normal file
13
res/drawable/labeled_edit_text_background_active.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="4dp" />
|
||||
|
||||
<stroke
|
||||
android:color="@color/signal_primary"
|
||||
android:width="2dp" />
|
||||
|
||||
</shape>
|
||||
13
res/drawable/labeled_edit_text_background_inactive.xml
Normal file
13
res/drawable/labeled_edit_text_background_inactive.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="4dp" />
|
||||
|
||||
<stroke
|
||||
android:color="@color/core_grey_25"
|
||||
android:width="1dp" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user