Browse Source

fix float

AndyScherzinger 6 years ago
parent
commit
cf95da0e16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/res/layout/notification_list_item.xml

+ 1 - 1
src/main/res/layout/notification_list_item.xml

@@ -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