Changed font weight of primary text of TwentyFourHourGridItem for v21
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<!-- TODO: Define styles -->
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/primary"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:fontFamily="sans-serif-condensed-light"
|
|
||||||
android:textSize="@dimen/number_grid_24_hour_item_primary_text_size"
|
|
||||||
android:includeFontPadding="false"
|
|
||||||
style="@style/TextAppearance.AppCompat"/>
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:id="@+id/secondary"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:includeFontPadding="false"/>
|
|
||||||
|
|
||||||
</merge>
|
|
||||||
Reference in New Issue
Block a user