Fix issue #857
This commit is contained in:
parent
32bd42da95
commit
c0e287f31a
|
@ -137,6 +137,14 @@
|
|||
android:text="@string/set_old_direct_timeline"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/set_hide_delete_notification_on_tab"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_marginTop="@dimen/settings_checkbox_margin"
|
||||
android:layout_marginBottom="@dimen/settings_checkbox_margin"
|
||||
android:text="@string/set_hide_delete_notification_on_tab"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -365,6 +373,16 @@
|
|||
android:text="@string/set_share_details"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<!-- RETRIEVE METADATA -->
|
||||
<CheckBox
|
||||
android:id="@+id/set_retrieve_metadata_share_from_extras"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_marginTop="@dimen/settings_checkbox_margin"
|
||||
android:layout_marginBottom="@dimen/settings_checkbox_margin"
|
||||
android:text="@string/set_retrieve_metadata_share_from_extras"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
||||
<!-- CUSTOM SHARING -->
|
||||
<CheckBox
|
||||
android:id="@+id/set_custom_sharing"
|
||||
|
|
Loading…
Reference in New Issue