|
|
|
|
@ -890,39 +890,87 @@ |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/llBackup" |
|
|
|
|
android:layout_width="@dimen/vs_0" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:background="@drawable/shape_setting_model_focus" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingLeft="@dimen/vs_20" |
|
|
|
|
android:paddingRight="@dimen/vs_20"> |
|
|
|
|
android:focusable="false" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="数据备份还原" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<Space |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" /> |
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/llBackup" |
|
|
|
|
android:layout_width="@dimen/vs_0" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginEnd="@dimen/vs_5" |
|
|
|
|
android:layout_marginRight="@dimen/vs_5" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:background="@drawable/shape_setting_model_focus" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingLeft="@dimen/vs_20" |
|
|
|
|
android:paddingRight="@dimen/vs_20"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="@dimen/vs_10" |
|
|
|
|
android:layout_marginLeft="@dimen/vs_10" |
|
|
|
|
android:text=">" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_30" /> |
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="数据备份还原" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<Space |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="@dimen/vs_10" |
|
|
|
|
android:layout_marginLeft="@dimen/vs_10" |
|
|
|
|
android:text=">" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_30" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/llClearIjkCache" |
|
|
|
|
android:layout_width="@dimen/vs_0" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginStart="@dimen/vs_5" |
|
|
|
|
android:layout_marginLeft="@dimen/vs_5" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:background="@drawable/shape_setting_model_focus" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingLeft="@dimen/vs_20" |
|
|
|
|
android:paddingRight="@dimen/vs_20"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:text="清空IJK缓存" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_24" /> |
|
|
|
|
|
|
|
|
|
<Space |
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="@dimen/vs_10" |
|
|
|
|
android:layout_marginLeft="@dimen/vs_10" |
|
|
|
|
android:text=">" |
|
|
|
|
android:textColor="@android:color/white" |
|
|
|
|
android:textSize="@dimen/ts_30" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|