|
@@ -1,5 +1,6 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<layout xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
+<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -15,7 +16,6 @@
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
android:paddingVertical="@dimen/common_spacing"
|
|
android:paddingVertical="@dimen/common_spacing"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- app:i18nKey='@{"point_name_tv"}'
|
|
|
|
|
android:textSize="@dimen/common_text_size" />
|
|
android:textSize="@dimen/common_text_size" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -25,7 +25,6 @@
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
android:paddingVertical="@dimen/common_spacing"
|
|
android:paddingVertical="@dimen/common_spacing"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- app:i18nKey='@{"point_manage_point_function"}'
|
|
|
|
|
android:textSize="@dimen/common_text_size" />
|
|
android:textSize="@dimen/common_text_size" />
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/point_function"
|
|
android:id="@+id/point_function"
|
|
@@ -34,7 +33,6 @@
|
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
|
android:paddingVertical="@dimen/common_spacing"
|
|
android:paddingVertical="@dimen/common_spacing"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
- app:i18nKey='@{"point_manage_point_function"}'
|
|
|
|
|
android:textSize="@dimen/common_text_size" />
|
|
android:textSize="@dimen/common_text_size" />
|
|
|
|
|
|
|
|
<FrameLayout
|
|
<FrameLayout
|
|
@@ -65,7 +63,6 @@
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="@dimen/common_spacing_small"
|
|
android:layout_marginLeft="@dimen/common_spacing_small"
|
|
|
- app:i18nKey='@{"has_locked"}'
|
|
|
|
|
android:textSize="@dimen/common_text_size" />
|
|
android:textSize="@dimen/common_text_size" />
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
</FrameLayout>
|
|
</FrameLayout>
|