Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bugfixes for kitkat
  • Loading branch information
Xlythe committed Jul 20, 2015
1 parent 8428c6c commit 3e3f7f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mobile/build.gradle
Expand Up @@ -12,7 +12,7 @@ android {
applicationId "com.android2.calculator3"
minSdkVersion 14
targetSdkVersion 22
versionCode 73
versionCode 74
versionName "5.0-beta-10"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions mobile/src/main/AndroidManifest.xml
Expand Up @@ -3,12 +3,12 @@
package="com.android2.calculator3"
android:installLocation="auto">

<!-- For floating calculator -->
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.VIBRATE" />

<uses-sdk android:minSdkVersion="14"
android:targetSdkVersion="22"
android:maxSdkVersion="22" />
android:targetSdkVersion="22" />

<application
android:allowBackup="true"
Expand Down
4 changes: 2 additions & 2 deletions mobile/src/main/res/layout-land/activity_calculator.xml
Expand Up @@ -30,7 +30,7 @@
<include layout="@layout/pad_numeric" />
<include layout="@layout/pad_operator_two_col" />

<FrameLayout
<io.codetail.widget.RevealFrameLayout
style="@style/PadLayoutStyle.Card">

<FrameLayout
Expand Down Expand Up @@ -65,7 +65,7 @@
support:borderWidth="0dp"
android:layout_gravity="bottom|right" />

</FrameLayout>
</io.codetail.widget.RevealFrameLayout>

</LinearLayout>

Expand Down
Expand Up @@ -21,7 +21,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">

<FrameLayout
<io.codetail.widget.RevealFrameLayout
android:id="@+id/topPanel"
android:layout_width="match_parent"
android:layout_height="200dp"
Expand Down Expand Up @@ -59,7 +59,7 @@
support:borderWidth="0dp"
android:layout_gravity="bottom|right" />

</FrameLayout>
</io.codetail.widget.RevealFrameLayout>

<LinearLayout
android:layout_below="@id/topPanel"
Expand Down

0 comments on commit 3e3f7f3

Please sign in to comment.