Small UI alignments

This commit is contained in:
Dominik Schürmann 2016-11-30 15:13:34 +01:00
parent cecacb79e5
commit 740d3fa72c
3 changed files with 4 additions and 4 deletions

View file

@ -299,7 +299,7 @@ public class KeySectionedListAdapter extends SectionCursorAdapter<KeySectionedLi
if (TextUtils.isEmpty(userId)) {
return null;
} else {
return userId.substring(0, 1);
return userId.substring(0, 1).toUpperCase();
}
}
} else {

View file

@ -43,6 +43,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingBottom="72dp"
android:paddingLeft="16dp"
android:paddingRight="32dp"
android:paddingStart="16dp" />
@ -53,8 +54,7 @@
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:orientation="vertical"
app:fastscroll__bubbleColor="@color/primary"
app:fastscroll__handleColor="@color/md_white_1000" />
app:fastscroll__bubbleColor="@color/primary" />
</RelativeLayout>

View file

@ -76,7 +76,7 @@
android:layout_height="match_parent"
android:layout_gravity="center"
android:src="@drawable/ic_repeat_grey_24dp"
android:padding="12dp"
android:padding="16dp"
android:background="?android:selectableItemBackground"
android:contentDescription="@string/cd_exchange_keys"/>