diff options
author | Lars Greiss <kufikugel@googlemail.com> | 2014-01-04 16:30:02 +0100 |
---|---|---|
committer | Chippa-a <vusal1372@gmail.com> | 2019-10-25 15:55:25 +0300 |
commit | a54fd8a26cde86b0be36c423ec1d1d0ab2d4bd92 (patch) | |
tree | 0ea073c7604596329cbd7f2f2bc47988158a5f92 /res/values-xlarge/styles.xml | |
parent | 94f957a0c9c769b366c3d2741a1c21a351a0fcc6 (diff) | |
download | android_packages_apps_Snap-a54fd8a26cde86b0be36c423ec1d1d0ab2d4bd92.tar.gz android_packages_apps_Snap-a54fd8a26cde86b0be36c423ec1d1d0ab2d4bd92.tar.bz2 android_packages_apps_Snap-a54fd8a26cde86b0be36c423ec1d1d0ab2d4bd92.zip |
Camera2: some aapt warnings cleanup
during the move from Gallery2 into new Camera2 package some
unused values were moved as well. Remove them
Change-Id: I4a514c76ccc70c61bb0a97ecafda7e1f9ede9f35
Diffstat (limited to 'res/values-xlarge/styles.xml')
-rw-r--r-- | res/values-xlarge/styles.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml index 55b29b1fa..c413052b1 100644 --- a/res/values-xlarge/styles.xml +++ b/res/values-xlarge/styles.xml @@ -14,12 +14,8 @@ limitations under the License. --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <style name="DialogPickerTheme" parent="android:Theme.Holo.Dialog"> - </style> - <bool name="picker_is_dialog">true</bool> <!-- Camera resources below --> - <style name="ReviewControlText" parent="@style/ReviewControlText_xlarge" /> <style name="PopupTitleText" parent="@style/PopupTitleText_xlarge" /> <style name="PanoCustomDialogText" parent="@style/PanoCustomDialogText_xlarge" /> |