REmove pregenerated XashConfig, choose Legacy theme if sdk < 21

This commit is contained in:
a1batross
2016-09-13 21:06:41 +03:00
parent 58f8f87e61
commit 19bae91be1
4 changed files with 3 additions and 20 deletions
@@ -26,6 +26,7 @@ public class ShortcutActivity extends Activity
//material dialog
if ( sdk >= 21 )
super.setTheme( 0x01030225 );
else super.setTheme( 0x01030005 );
setContentView(R.layout.activity_shortcut);
Intent intent=getIntent();
name = (EditText)findViewById(R.id.shortcut_name);