|
@@ -9,37 +9,27 @@
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
android:background="@drawable/home_card_bg"
|
|
android:background="@drawable/home_card_bg"
|
|
|
android:gravity="center_vertical"
|
|
android:gravity="center_vertical"
|
|
|
android:minWidth="@dimen/item_locker_group_min_width"
|
|
android:minWidth="@dimen/item_locker_group_min_width"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
|
|
- android:id="@+id/group_title_layout"
|
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
|
+ <TextView
|
|
|
|
|
+ android:id="@+id/group_name"
|
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
|
+ android:layout_gravity="center"
|
|
|
android:background="@drawable/bg_item_group_title_layout"
|
|
android:background="@drawable/bg_item_group_title_layout"
|
|
|
- android:gravity="center_vertical"
|
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
|
- android:paddingVertical="@dimen/common_spacing_small">
|
|
|
|
|
-
|
|
|
|
|
- <TextView
|
|
|
|
|
- android:id="@+id/group_name"
|
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
|
- android:layout_height="match_parent"
|
|
|
|
|
- android:background="@drawable/bg_group_name_input_selector"
|
|
|
|
|
- android:enabled="false"
|
|
|
|
|
- android:focusable="false"
|
|
|
|
|
- android:layout_gravity="center"
|
|
|
|
|
- android:focusableInTouchMode="false"
|
|
|
|
|
- android:gravity="center"
|
|
|
|
|
- android:paddingHorizontal="@dimen/common_spacing"
|
|
|
|
|
- android:text="@string/selected_point_info_title"
|
|
|
|
|
- android:textColor="@color/text_color_item_group_title_text"
|
|
|
|
|
- android:textSize="@dimen/normal_text_size_18" />
|
|
|
|
|
-
|
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
|
+ android:enabled="false"
|
|
|
|
|
+ android:focusable="false"
|
|
|
|
|
+ android:focusableInTouchMode="false"
|
|
|
|
|
+ android:gravity="center"
|
|
|
|
|
+ android:paddingHorizontal="@dimen/common_spacing"
|
|
|
|
|
+ android:paddingVertical="@dimen/common_spacing_small"
|
|
|
|
|
+ android:text="@string/selected_point_info_title"
|
|
|
|
|
+ android:textColor="@color/text_color_item_group_title_text"
|
|
|
|
|
+ android:textSize="@dimen/normal_text_size_18" />
|
|
|
|
|
|
|
|
<View
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|