File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2828 android : name =" com.android.customization.picker.CustomizationPickerActivity"
2929 android : label =" @string/app_name"
3030 android : resizeableActivity =" false"
31- android : theme =" @style/CustomizationTheme.NoActionBar" >
31+ android : theme =" @style/CustomizationTheme.NoActionBar.CustomizationPicker " >
3232 <intent-filter >
3333 <action android : name =" android.intent.action.SET_WALLPAPER" />
3434
Original file line number Diff line number Diff line change 3838 <item name =" android:windowNoTitle" >true</item >
3939 <item name =" android:fitsSystemWindows" >false</item >
4040 <item name =" android:windowDrawsSystemBarBackgrounds" >true</item >
41+ </style >
4142
43+ <style name =" CustomizationTheme.NoActionBar.CustomizationPicker" parent =" CustomizationTheme.NoActionBar" >
4244 <item name =" android:windowBackground" >@android:color/transparent</item >
4345 <item name =" android:windowContentOverlay" >@null</item >
4446 <item name =" android:windowDisablePreview" >true</item >
You can’t perform that action at this time.
0 commit comments