Fix color and home short cuts text not showing
parent
9fc6f6ab10
commit
df3a39eb0b
|
@ -66,7 +66,7 @@
|
||||||
app:srcCompat="@drawable/ic_access_time_white_24dp" />
|
app:srcCompat="@drawable/ic_access_time_white_24dp" />
|
||||||
|
|
||||||
<com.google.android.material.textview.MaterialTextView
|
<com.google.android.material.textview.MaterialTextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:paddingTop="8dp"
|
android:paddingTop="8dp"
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
app:srcCompat="@drawable/ic_library_add_white_24dp" />
|
app:srcCompat="@drawable/ic_library_add_white_24dp" />
|
||||||
|
|
||||||
<com.google.android.material.textview.MaterialTextView
|
<com.google.android.material.textview.MaterialTextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:paddingTop="8dp"
|
android:paddingTop="8dp"
|
||||||
|
@ -123,7 +123,7 @@
|
||||||
app:srcCompat="@drawable/ic_trending_up_white_24dp" />
|
app:srcCompat="@drawable/ic_trending_up_white_24dp" />
|
||||||
|
|
||||||
<com.google.android.material.textview.MaterialTextView
|
<com.google.android.material.textview.MaterialTextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:paddingTop="8dp"
|
android:paddingTop="8dp"
|
||||||
|
@ -151,7 +151,7 @@
|
||||||
app:srcCompat="@drawable/ic_shuffle_white_24dp" />
|
app:srcCompat="@drawable/ic_shuffle_white_24dp" />
|
||||||
|
|
||||||
<com.google.android.material.textview.MaterialTextView
|
<com.google.android.material.textview.MaterialTextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:paddingTop="8dp"
|
android:paddingTop="8dp"
|
||||||
|
|
|
@ -51,6 +51,7 @@
|
||||||
android:paddingBottom="@dimen/md_listitem_vertical_margin_choice"
|
android:paddingBottom="@dimen/md_listitem_vertical_margin_choice"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:textAppearance="@style/TextViewNormal"
|
android:textAppearance="@style/TextViewNormal"
|
||||||
|
android:textColor="?colorOnSurface"
|
||||||
android:textSize="@dimen/md_listitem_textsize"
|
android:textSize="@dimen/md_listitem_textsize"
|
||||||
tools:text="Item" />
|
tools:text="Item" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue