Skip to content

Commit

Permalink
Fix shorcut activity style
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Sep 13, 2016
1 parent 3fb0863 commit f7a298e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/in/celest/xash3d/ShortcutActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protected void onCreate(Bundle bundle)
//material dialog
if ( sdk >= 21 )
super.setTheme( 0x01030225 );
else super.setTheme( 0x01030005 );
else super.setTheme( 0x0103000b );
setContentView(R.layout.activity_shortcut);
Intent intent=getIntent();
name = (EditText)findViewById(R.id.shortcut_name);
Expand Down

0 comments on commit f7a298e

Please sign in to comment.