|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
|
android:layout_alignParentEnd="true"
|
|
|
|
|
android:layout_alignParentRight="true"
|
|
|
|
|
android:alpha="@dimen/alpha_secondary_text_icons"
|
|
|
|
|
android:alpha="?attr/alpha_secondary"
|
|
|
|
|
android:fontFamily="@string/font_fontFamily_medium"
|
|
|
|
|
android:gravity="center_vertical|end"
|
|
|
|
|
android:minEms="3"
|
|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
android:layout_width="56dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:tint="?attr/colorControlNormal"
|
|
|
|
|
android:alpha="@dimen/alpha_secondary_text_icons"
|
|
|
|
|
android:alpha="?attr/alpha_secondary"
|
|
|
|
|
android:scaleType="fitStart" />
|
|
|
|
|
|
|
|
|
|
<!-- filter name -->
|
|
|
|
@ -44,7 +44,7 @@
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:alpha="@dimen/alpha_text"
|
|
|
|
|
android:alpha="?attr/alpha_primary"
|
|
|
|
|
android:checked="false"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
android:fontFamily="@string/font_fontFamily_medium"
|
|
|
|
|