|
|
|
@ -51,17 +51,44 @@ |
|
|
|
|
android:textColor="@color/secondaryText" |
|
|
|
|
android:text="@string/page_key_set_help" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_ok" |
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_margin="5dp" |
|
|
|
|
android:background="@drawable/selector_fillet_btn_bg" |
|
|
|
|
android:clickable="true" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:paddingTop="5dp" |
|
|
|
|
android:paddingBottom="5dp" |
|
|
|
|
android:text="@string/ok" |
|
|
|
|
android:textColor="@color/primaryText" /> |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_reset" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:background="@drawable/selector_fillet_btn_bg" |
|
|
|
|
android:clickable="true" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:paddingTop="5dp" |
|
|
|
|
android:paddingBottom="5dp" |
|
|
|
|
android:text="@string/reset" |
|
|
|
|
android:textColor="@color/primaryText" /> |
|
|
|
|
|
|
|
|
|
<Space |
|
|
|
|
android:layout_width="3dp" |
|
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_ok" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:background="@drawable/selector_fillet_btn_bg" |
|
|
|
|
android:clickable="true" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:paddingTop="5dp" |
|
|
|
|
android:paddingBottom="5dp" |
|
|
|
|
android:text="@string/ok" |
|
|
|
|
android:textColor="@color/primaryText" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |