Mark current week (#100)
This commit is contained in:

committed by
Mikołaj Pich

parent
d7f0fcad30
commit
67f83a4d2f
8
app/src/main/res/layout/current_week_tab.xml
Normal file
8
app/src/main/res/layout/current_week_tab.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@android:id/text1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:textColor="@color/colorPrimaryDark"
|
||||
android:textSize="14sp" />
|
Reference in New Issue
Block a user