feat: tipConfig

pull/193/head
kunfei 5 years ago
parent 0dd2efb56a
commit 12278dad34
  1. 70
      app/src/main/res/layout/dialog_tip_config.xml

@ -15,56 +15,45 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="horizontal"
android:paddingLeft="16dp" android:paddingLeft="12dp"
android:gravity="center_vertical"
tools:ignore="RtlHardcoded,RtlSymmetry"> tools:ignore="RtlHardcoded,RtlSymmetry">
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="4dp"
android:text="@string/left" /> android:text="@string/left" />
<TextView <TextView
android:id="@+id/tv_header_left" android:id="@+id/tv_header_left"
android:layout_width="match_parent" android:layout_width="0dp"
android:layout_height="wrap_content" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:layout_weight="1" />
android:paddingLeft="16dp"
tools:ignore="RtlHardcoded,RtlSymmetry">
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="4dp"
android:text="@string/middle" /> android:text="@string/middle" />
<TextView <TextView
android:id="@+id/tv_header_middle" android:id="@+id/tv_header_middle"
android:layout_width="match_parent" android:layout_width="0dp"
android:layout_height="wrap_content" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:layout_weight="1" />
android:paddingLeft="16dp"
tools:ignore="RtlHardcoded,RtlSymmetry">
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="4dp"
android:text="@string/right" /> android:text="@string/right" />
<TextView <TextView
android:id="@+id/tv_header_right" android:id="@+id/tv_header_right"
android:layout_width="match_parent" android:layout_width="0dp"
android:layout_height="wrap_content" /> android:layout_height="wrap_content"
android:layout_weight="1" />
</LinearLayout> </LinearLayout>
@ -77,56 +66,45 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="horizontal"
android:paddingLeft="16dp" android:paddingLeft="12dp"
android:gravity="center_vertical"
tools:ignore="RtlHardcoded,RtlSymmetry"> tools:ignore="RtlHardcoded,RtlSymmetry">
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="4dp"
android:text="@string/left" /> android:text="@string/left" />
<TextView <TextView
android:id="@+id/tv_footer_left" android:id="@+id/tv_footer_left"
android:layout_width="match_parent" android:layout_width="0dp"
android:layout_height="wrap_content" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:layout_weight="1" />
android:paddingLeft="16dp"
tools:ignore="RtlHardcoded,RtlSymmetry">
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="4dp"
android:text="@string/middle" /> android:text="@string/middle" />
<TextView <TextView
android:id="@+id/tv_footer_middle" android:id="@+id/tv_footer_middle"
android:layout_width="match_parent" android:layout_width="0dp"
android:layout_height="wrap_content" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:layout_weight="1" />
android:paddingLeft="16dp"
tools:ignore="RtlHardcoded,RtlSymmetry">
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="4dp"
android:text="@string/right" /> android:text="@string/right" />
<TextView <TextView
android:id="@+id/tv_footer_right" android:id="@+id/tv_footer_right"
android:layout_width="match_parent" android:layout_width="0dp"
android:layout_height="wrap_content" /> android:layout_height="wrap_content"
android:layout_weight="1" />
</LinearLayout> </LinearLayout>

Loading…
Cancel
Save