|
@@ -23,6 +23,35 @@
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
android:weightSum="1">
|
|
android:weightSum="1">
|
|
|
|
|
|
|
|
+ <FrameLayout
|
|
|
|
+ android:id="@+id/avatar_container"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_centerVertical="true"
|
|
|
|
+ android:layout_alignParentLeft="true"
|
|
|
|
+ android:layout_alignParentStart="true">
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/user_icon"
|
|
|
|
+ android:layout_width="@dimen/user_icon_size"
|
|
|
|
+ android:layout_height="@dimen/user_icon_size"
|
|
|
|
+ android:layout_gravity="top|left"
|
|
|
|
+ android:layout_marginBottom="1dp"
|
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
|
+ android:layout_marginRight="1dp"
|
|
|
|
+ android:layout_marginTop="1dp"
|
|
|
|
+ android:src="@drawable/ic_menu_archive"/>
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/ticker"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_gravity="bottom|right"
|
|
|
|
+ android:background="@drawable/round_bgnd"
|
|
|
|
+ android:src="@drawable/ic_account_circle_white_18dp"
|
|
|
|
+ android:tint="@color/actionbar_start_color"/>
|
|
|
|
+ </FrameLayout>
|
|
|
|
+
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -46,7 +75,7 @@
|
|
android:gravity="bottom"
|
|
android:gravity="bottom"
|
|
android:maxLines="1"
|
|
android:maxLines="1"
|
|
android:text="@string/placeholder_filename"
|
|
android:text="@string/placeholder_filename"
|
|
- android:textAppearance="?attr/textAppearanceListItem"/>
|
|
|
|
|
|
+ android:textAppearance="?android:attr/textAppearanceListItem"/>
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/account"
|
|
android:id="@+id/account"
|
|
@@ -92,33 +121,4 @@
|
|
android:paddingTop="@dimen/standard_padding"
|
|
android:paddingTop="@dimen/standard_padding"
|
|
android:src="@drawable/ic_action_delete_grey"/>
|
|
android:src="@drawable/ic_action_delete_grey"/>
|
|
|
|
|
|
- <FrameLayout
|
|
|
|
- android:id="@+id/avatar_container"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_centerVertical="true"
|
|
|
|
- android:layout_alignParentLeft="true"
|
|
|
|
- android:layout_alignParentStart="true">
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/user_icon"
|
|
|
|
- android:layout_width="@dimen/user_icon_size"
|
|
|
|
- android:layout_height="@dimen/user_icon_size"
|
|
|
|
- android:layout_gravity="top|left"
|
|
|
|
- android:layout_marginBottom="@dimen/alternate_half_margin"
|
|
|
|
- android:layout_marginLeft="@dimen/standard_margin"
|
|
|
|
- android:layout_marginRight="@dimen/alternate_half_margin"
|
|
|
|
- android:layout_marginTop="@dimen/alternate_half_margin"
|
|
|
|
- android:src="@drawable/ic_menu_archive"/>
|
|
|
|
-
|
|
|
|
- <ImageView
|
|
|
|
- android:id="@+id/ticker"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="bottom|right"
|
|
|
|
- android:background="@drawable/round_bgnd"
|
|
|
|
- android:src="@drawable/ic_account_circle_white_18dp"
|
|
|
|
- android:tint="@color/actionbar_start_color"/>
|
|
|
|
- </FrameLayout>
|
|
|
|
-
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|