register fixes
This commit is contained in:
6
app/src/main/res/layout/layout_fake_shadow.xml
Normal file
6
app/src/main/res/layout/layout_fake_shadow.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<RelativeLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="2dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:background="@drawable/shadow" />
|
||||
Reference in New Issue
Block a user