Files
Pizzalemon/app/src/main/res/layout/layout_fake_shadow.xml
2017-10-12 22:05:13 +03:00

7 lines
240 B
XML

<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" />