1
0

Mark current week (#100)

This commit is contained in:
Rafał Borcz
2018-05-07 17:57:58 +02:00
committed by Mikołaj Pich
parent d7f0fcad30
commit 67f83a4d2f
10 changed files with 41 additions and 0 deletions

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