Skip to content

Commit 8be64f6

Browse files
authored
Merge pull request #211 from Simperium/add-center-credentials
Add Center Credentials
2 parents 4a27d02 + 9227896 commit 8be64f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Simperium/src/main/res/layout/activity_credentials.xml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
<RelativeLayout
2323
android:clipToPadding="false"
24+
android:layout_centerHorizontal="true"
2425
android:layout_height="match_parent"
2526
android:layout_marginTop="?attr/actionBarSize"
2627
android:layout_width="@dimen/width_layout"

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ def gitDescribe() {
3535
}
3636

3737
def static gitVersion() {
38-
'0.9.0'
38+
'0.9.1'
3939
}

0 commit comments

Comments
 (0)