Fix shorcut activity style
This commit is contained in:
parent
3fb08631c4
commit
f7a298e8b7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class ShortcutActivity extends Activity
|
||||||
//material dialog
|
//material dialog
|
||||||
if ( sdk >= 21 )
|
if ( sdk >= 21 )
|
||||||
super.setTheme( 0x01030225 );
|
super.setTheme( 0x01030225 );
|
||||||
else super.setTheme( 0x01030005 );
|
else super.setTheme( 0x0103000b );
|
||||||
setContentView(R.layout.activity_shortcut);
|
setContentView(R.layout.activity_shortcut);
|
||||||
Intent intent=getIntent();
|
Intent intent=getIntent();
|
||||||
name = (EditText)findViewById(R.id.shortcut_name);
|
name = (EditText)findViewById(R.id.shortcut_name);
|
||||||
|
|
Loading…
Add table
Reference in a new issue