diff options
Diffstat (limited to 'res/layout-xlarge/other_setting_popup.xml')
-rw-r--r-- | res/layout-xlarge/other_setting_popup.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/layout-xlarge/other_setting_popup.xml b/res/layout-xlarge/other_setting_popup.xml index 16a773d..aa7d0dd 100644 --- a/res/layout-xlarge/other_setting_popup.xml +++ b/res/layout-xlarge/other_setting_popup.xml @@ -68,6 +68,10 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" /> <com.android.camera.ui.InLineSettingPicker camera:prefKey="pref_camera_jpegquality_key" android:layout_width="wrap_content" android:layout_height="wrap_content" /> + <ImageView android:layout_width="match_parent" + android:layout_height="wrap_content" + android:src="@drawable/divider_horizontal_holo_dark" + android:scaleType="fitXY" /> <TextView android:text="@string/pref_restore_detail" android:gravity="center" |