mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
fix float
This commit is contained in:
parent
8f2da8a528
commit
cf95da0e16
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +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:alpha="0.57"
|
||||||
android:textAppearance="?android:attr/textAppearanceListItem"/>
|
android:textAppearance="?android:attr/textAppearanceListItem"/>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
|
Loading…
Reference in a new issue