remove ThemeUtils.getTintedDrawable (#2015)
parent
3edbb45699
commit
f466e1def5
@ -1,8 +1,11 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||
android:id="@+id/hashtag" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:padding="16dp" |
||||
android:textSize="?attr/status_text_medium" |
||||
android:textStyle="normal|bold" /> |
||||
android:textStyle="normal|bold" |
||||
app:drawableStartCompat="@drawable/ic_list" |
||||
app:drawableTint="?attr/iconColor" /> |
||||
|
@ -1,17 +1,19 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||
android:id="@+id/textView" |
||||
android:layout_width="match_parent" |
||||
android:drawableStart="@drawable/ic_home_24dp" |
||||
android:layout_height="48dp" |
||||
android:gravity="center_vertical" |
||||
android:background="?attr/selectableItemBackground" |
||||
android:drawablePadding="12dp" |
||||
android:ellipsize="end" |
||||
android:gravity="center_vertical" |
||||
android:lines="1" |
||||
android:paddingStart="8dp" |
||||
android:paddingEnd="8dp" |
||||
android:lines="1" |
||||
android:ellipsize="end" |
||||
android:background="?attr/selectableItemBackground" |
||||
android:textColor="?android:attr/textColorSecondary" |
||||
android:textSize="?attr/status_text_large" /> |
||||
android:textSize="?attr/status_text_large" |
||||
app:drawableStartCompat="@drawable/ic_home_24dp" |
||||
app:drawableTint="?android:attr/textColorSecondary" /> |
||||
|
||||
|
||||
|
Loading…
Reference in new issue