mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 22:22:10 +08:00
Fix shorcut activity style
This commit is contained in:
@@ -26,7 +26,7 @@ public class ShortcutActivity extends Activity
|
||||
//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);
|
||||
|
||||
Reference in New Issue
Block a user