|
|
|
|
@ -8,8 +8,11 @@ |
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/top" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
android:layout_height="?attr/actionBarSize" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingStart="4dp" |
|
|
|
|
android:paddingEnd="4dp"> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/back" |
|
|
|
|
@ -24,6 +27,8 @@ |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center_vertical" |
|
|
|
|
android:layout_marginStart="4dp" |
|
|
|
|
android:layout_marginEnd="4dp" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:ellipsize="marquee" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
|