Skip to content

Commit

Permalink
v1.8-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparker0i committed Oct 12, 2016
1 parent 13f84d0 commit 550bcab
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.a5corp.weather"
minSdkVersion 15
targetSdkVersion 24
versionCode 132
versionName "1.7-Release"
versionCode 133
versionName "1.8-Release"
}
buildTypes {
release {
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/layout-v16/activity_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@
android:layout_height="wrap_content"
android:id="@+id/ver_text"
android:layout_alignParentTop="true"
android:layout_alignStart="@+id/app_icon"
android:textAlignment="textEnd"
tools:ignore="RtlCompat" />
tools:ignore="RtlCompat"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />

<TextView
android:text="@string/app_name"
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/res/layout-v21/activity_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@
android:id="@+id/ver_text"
android:textAlignment="textEnd"
android:layout_alignParentTop="true"
android:layout_toEndOf="@+id/app_icon" />
android:layout_toEndOf="@+id/app_icon"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />

<TextView
android:text="@string/credits"
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
android:layout_height="wrap_content"
android:id="@+id/ver_text"
android:layout_alignParentTop="true"
android:layout_alignStart="@+id/app_icon"
android:textAlignment="textEnd"
android:layout_alignLeft="@+id/app_icon"
tools:ignore="RtlCompat" />
tools:ignore="RtlCompat"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />

<TextView
android:text="@string/app_name"
Expand Down

0 comments on commit 550bcab

Please sign in to comment.