18 lines
No EOL
645 B
XML
18 lines
No EOL
645 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/personalization_footer_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<include layout="@layout/v_export_import_json"/>
|
|
|
|
<Button
|
|
android:id="@+id/btn_show_hide_fields"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="@dimen/def_indent"
|
|
tools:text="Show/Hide fields" />
|
|
|
|
</LinearLayout> |