|
|
|
@ -45,6 +45,7 @@
|
|
|
|
|
android:id="@+id/tvFavorite1"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:ellipsize="start"
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
android:singleLine="true"
|
|
|
|
@ -62,6 +63,7 @@
|
|
|
|
|
android:id="@+id/tvFavorite2"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:ellipsize="start"
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
android:singleLine="true"
|
|
|
|
@ -79,6 +81,7 @@
|
|
|
|
|
android:id="@+id/tvFavorite3"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:ellipsize="start"
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
android:singleLine="true"
|
|
|
|
|