|
@@ -30,15 +30,6 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/favorite_action"
|
|
|
- android:layout_width="24dp"
|
|
|
- android:layout_height="24dp"
|
|
|
- android:layout_marginLeft="16dp"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:clickable="true"
|
|
|
- android:src="@drawable/nav_favorites" />
|
|
|
-
|
|
|
<RelativeLayout
|
|
|
android:layout_width="72dp"
|
|
|
android:layout_height="@dimen/standard_list_item_size"
|
|
@@ -51,8 +42,18 @@
|
|
|
android:layout_width="@dimen/file_icon_size"
|
|
|
android:layout_height="@dimen/file_icon_size"
|
|
|
android:layout_centerInParent="true"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
android:src="@drawable/folder" />
|
|
|
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/favorite_action"
|
|
|
+ android:layout_width="16dp"
|
|
|
+ android:layout_height="16dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginRight="4dp"
|
|
|
+ android:src="@drawable/ic_favorite" />
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/keptOfflineIcon"
|
|
|
android:layout_height="12dp"
|