|
|
@@ -127,20 +127,42 @@
|
|
|
android:layout_weight="1"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/add_group"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginVertical="5dp"
|
|
|
- android:layout_marginLeft="@dimen/common_spacing"
|
|
|
- android:layout_gravity="right"
|
|
|
- android:background="@drawable/common_btn"
|
|
|
- android:drawablePadding="@dimen/common_spacing"
|
|
|
- android:gravity="center"
|
|
|
- android:paddingHorizontal="@dimen/common_spacing_2x"
|
|
|
- android:text="@string/add_group"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/common_btn_text_size" />
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:drawableLeft="@mipmap/tip"
|
|
|
+ android:drawablePadding="@dimen/common_spacing"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/select_group_tip"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/common_text_size" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_weight="1" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/add_group"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="right|center_vertical"
|
|
|
+ android:layout_marginVertical="5dp"
|
|
|
+ android:layout_marginLeft="@dimen/common_spacing"
|
|
|
+ android:background="@drawable/common_btn"
|
|
|
+ android:drawablePadding="@dimen/common_spacing"
|
|
|
+ android:gravity="center"
|
|
|
+ android:paddingHorizontal="@dimen/common_spacing_2x"
|
|
|
+ android:text="@string/add_group"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/common_btn_text_size" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
android:id="@+id/point_group_rv"
|