OSDN Git Service

Start up screen
authorDoris Liu <tianliu@google.com>
Mon, 12 May 2014 22:25:13 +0000 (15:25 -0700)
committerDoris Liu <tianliu@google.com>
Tue, 13 May 2014 22:43:45 +0000 (15:43 -0700)
commitdb8f97582d09cd36eee8cfe4ed43182bff63f8bd
treedf66aedf258ae5d1456cd1c76a1fbd9291ef90d7
parentf56453afe262f1580eb4ebb501b7efe8fe8c2e3d
Start up screen

This is the 2-step full screen popup:
Step 1: (Only for new users) Choose whether geo-tagging should be on
Step 2: For new users and upgraders to choose 4:3 or 16:9 preview
resolution to take advantage of the screen size.

Change-Id: Ibffe5a807cc622a3945b9fd869de1bf7dd660849
40 files changed:
res/drawable-hdpi/aspect_ratio_16x9_selected.png [new file with mode: 0644]
res/drawable-hdpi/aspect_ratio_16x9_unselected.png [new file with mode: 0644]
res/drawable-hdpi/aspect_ratio_4x3_selected.png [new file with mode: 0644]
res/drawable-hdpi/aspect_ratio_4x3_unselected.png [new file with mode: 0644]
res/drawable-hdpi/geo_opt_in_graphic.png [new file with mode: 0644]
res/drawable-mdpi/aspect_ratio_16x9_selected.png [new file with mode: 0644]
res/drawable-mdpi/aspect_ratio_16x9_unselected.png [new file with mode: 0644]
res/drawable-mdpi/aspect_ratio_4x3_selected.png [new file with mode: 0644]
res/drawable-mdpi/aspect_ratio_4x3_unselected.png [new file with mode: 0644]
res/drawable-mdpi/geo_opt_in_graphic.png [new file with mode: 0644]
res/drawable-xhdpi/aspect_ratio_16x9_selected.png [new file with mode: 0644]
res/drawable-xhdpi/aspect_ratio_16x9_unselected.png [new file with mode: 0644]
res/drawable-xhdpi/aspect_ratio_4x3_selected.png [new file with mode: 0644]
res/drawable-xhdpi/aspect_ratio_4x3_unselected.png [new file with mode: 0644]
res/drawable-xhdpi/geo_opt_in_graphic.png [new file with mode: 0644]
res/drawable-xxhdpi/aspect_ratio_16x9_selected.png [new file with mode: 0644]
res/drawable-xxhdpi/aspect_ratio_16x9_unselected.png [new file with mode: 0644]
res/drawable-xxhdpi/aspect_ratio_4x3_selected.png [new file with mode: 0644]
res/drawable-xxhdpi/aspect_ratio_4x3_unselected.png [new file with mode: 0644]
res/drawable-xxhdpi/geo_opt_in_graphic.png [new file with mode: 0644]
res/drawable/aspect_ratio_16x9.xml [new file with mode: 0644]
res/drawable/aspect_ratio_4x3.xml [new file with mode: 0644]
res/layout-land/aspect_ratio_dialog_content.xml [new file with mode: 0644]
res/layout-land/aspect_ratio_selector.xml [new file with mode: 0644]
res/layout-land/location_dialog_content.xml [new file with mode: 0644]
res/layout-port/aspect_ratio_dialog_content.xml [new file with mode: 0644]
res/layout-port/aspect_ratio_selector.xml [new file with mode: 0644]
res/layout-port/location_dialog_content.xml [new file with mode: 0644]
res/layout/aspect_ratio_dialog_layout.xml [new file with mode: 0644]
res/layout/location_dialog_layout.xml [new file with mode: 0644]
res/values/colors.xml
res/values/strings.xml
src/com/android/camera/CameraActivity.java
src/com/android/camera/PhotoModule.java
src/com/android/camera/PhotoUI.java
src/com/android/camera/settings/SettingsCache.java
src/com/android/camera/settings/SettingsManager.java
src/com/android/camera/widget/AspectRatioDialogLayout.java [new file with mode: 0644]
src/com/android/camera/widget/AspectRatioSelector.java [new file with mode: 0644]
src/com/android/camera/widget/LocationDialogLayout.java [new file with mode: 0644]