jamfish/app/src/main/res/layout/fragment_place_holder.xml
Karim Abou Zeid 585d959e3d Round selector
- added round selector for Lollipop and below lollipop
2015-02-15 14:19:10 +01:00

11 lines
425 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView
android:id="@+id/fragment_placeholder_text"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fontFamily="sans-serif-medium"
android:gravity="center"
android:textAppearance="@style/TextAppearance.AppCompat.Title"
android:textColor="?title_text_color"/>