Skip to content

Commit 29287c2

Browse files
committed
use end gravity at view detail layout items
1 parent a529a2d commit 29287c2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ android {
6363
}
6464

6565
dependencies {
66-
implementation 'com.github.SimpleMobileTools:Simple-Commons:f8dacb75dc'
66+
implementation 'com.github.SimpleMobileTools:Simple-Commons:a98c3fa30f'
6767
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3'
6868
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
6969
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

app/src/main/res/layout/item_view_address.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
android:layout_alignBottom="@+id/contact_address"
2626
android:layout_alignParentEnd="true"
2727
android:layout_centerVertical="true"
28-
android:gravity="center"
28+
android:gravity="end"
2929
android:paddingStart="@dimen/medium_margin"
3030
android:paddingEnd="@dimen/medium_margin"
3131
android:text="@string/home"

app/src/main/res/layout/item_view_email.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
android:layout_alignBottom="@+id/contact_email"
2929
android:layout_alignParentEnd="true"
3030
android:layout_centerVertical="true"
31-
android:gravity="center"
31+
android:gravity="end"
3232
android:paddingStart="@dimen/medium_margin"
3333
android:paddingEnd="@dimen/medium_margin"
3434
android:text="@string/home"

app/src/main/res/layout/item_view_event.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
android:layout_alignBottom="@+id/contact_event"
2929
android:layout_alignParentEnd="true"
3030
android:layout_centerVertical="true"
31-
android:gravity="center"
31+
android:gravity="end"
3232
android:paddingStart="@dimen/medium_margin"
3333
android:paddingEnd="@dimen/medium_margin"
3434
android:text="@string/home"

app/src/main/res/layout/item_view_im.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
android:layout_alignBottom="@+id/contact_im"
2929
android:layout_alignParentEnd="true"
3030
android:layout_centerVertical="true"
31-
android:gravity="center"
31+
android:gravity="end"
3232
android:paddingStart="@dimen/medium_margin"
3333
android:paddingEnd="@dimen/medium_margin"
3434
android:text="@string/aim"

app/src/main/res/layout/item_view_phone_number.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
android:layout_alignBottom="@+id/contact_number"
3838
android:layout_alignParentEnd="true"
3939
android:layout_centerVertical="true"
40-
android:gravity="center"
40+
android:gravity="end"
4141
android:minWidth="70dp"
4242
android:paddingStart="@dimen/medium_margin"
4343
android:paddingEnd="@dimen/medium_margin"

0 commit comments

Comments
 (0)