mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +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:ellipsize="end"
|
||||
android:text="@string/placeholder_sentence"
|
||||
android:alpha="0.57f"
|
||||
android:alpha="0.57"
|
||||
android:textAppearance="?android:attr/textAppearanceListItem"/>
|
||||
|
||||
<LinearLayout
|
||||
|
|
Loading…
Reference in a new issue