diff --git a/gen/com/swap/blackjack/BuildConfig.java b/gen/com/swap/blackjack/BuildConfig.java index 12661e8..f1baa1b 100644 --- a/gen/com/swap/blackjack/BuildConfig.java +++ b/gen/com/swap/blackjack/BuildConfig.java @@ -1,6 +1,8 @@ -/** Automatically generated file. DO NOT MODIFY */ +/*___Generated_by_IDEA___*/ + package com.swap.blackjack; +/* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */ public final class BuildConfig { - public final static boolean DEBUG = true; + public final static boolean DEBUG = Boolean.parseBoolean(null); } \ No newline at end of file diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml index f166d11..bde53be 100644 --- a/res/layout/activity_main.xml +++ b/res/layout/activity_main.xml @@ -1,19 +1,54 @@ + android:id="@+id/parentLayout" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:background="@drawable/back11" + android:orientation="vertical"> + + - + android:layout_height="wrap_content" + android:orientation="vertical"> + + + + + + + android:layout_gravity="right" + android:gravity="right"> + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +