Round selector

- added round selector for Lollipop and below lollipop
This commit is contained in:
Karim Abou Zeid 2015-02-15 14:19:10 +01:00
commit 585d959e3d
20 changed files with 86 additions and 15 deletions

View file

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView
android:id="@+id/fragment_placeholder"
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:text="Comming soon!"
android:textAppearance="@style/TextAppearance.AppCompat.Title"
android:textColor="?title_text_color"/>