|
@@ -63,6 +63,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
android:text="@string/placeholder_sentence"
|
|
android:text="@string/placeholder_sentence"
|
|
|
|
+ android:alpha="0.57f"
|
|
android:textAppearance="?android:attr/textAppearanceListItem"/>
|
|
android:textAppearance="?android:attr/textAppearanceListItem"/>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
@@ -82,6 +83,7 @@
|
|
android:layout_gravity="end"
|
|
android:layout_gravity="end"
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
android:text="@string/placeholder_sentence"
|
|
android:text="@string/placeholder_sentence"
|
|
|
|
+ android:alpha="0.5"
|
|
android:textColor="?android:attr/textColorSecondary"/>
|
|
android:textColor="?android:attr/textColorSecondary"/>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|