|
@@ -115,6 +115,22 @@
|
|
android:src="@drawable/ic_synced"
|
|
android:src="@drawable/ic_synced"
|
|
android:contentDescription="@string/synced_icon"/>
|
|
android:contentDescription="@string/synced_icon"/>
|
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/live_photo_indicator"
|
|
|
|
+ android:visibility="gone"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:text="@string/file_list_live"
|
|
|
|
+ android:drawablePadding="@dimen/standard_eight_padding"
|
|
|
|
+ android:layout_marginTop="@dimen/standard_quarter_margin"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:layout_marginEnd="@dimen/standard_quarter_margin"
|
|
|
|
+ android:layout_marginBottom="@dimen/standard_quarter_margin"
|
|
|
|
+ android:layout_gravity="bottom|start"
|
|
|
|
+ android:textColor="@color/list_item_lastmod_and_filesize_text"
|
|
|
|
+ android:textSize="@dimen/two_line_secondary_text_size"
|
|
|
|
+ app:drawableLeftCompat="@drawable/ic_play_circle" />
|
|
|
|
+
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/custom_checkbox"
|
|
android:id="@+id/custom_checkbox"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|