Small UI alignments
This commit is contained in:
@@ -299,7 +299,7 @@ public class KeySectionedListAdapter extends SectionCursorAdapter<KeySectionedLi
|
|||||||
if (TextUtils.isEmpty(userId)) {
|
if (TextUtils.isEmpty(userId)) {
|
||||||
return null;
|
return null;
|
||||||
} else {
|
} else {
|
||||||
return userId.substring(0, 1);
|
return userId.substring(0, 1).toUpperCase();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -43,6 +43,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:clipToPadding="false"
|
android:clipToPadding="false"
|
||||||
|
android:paddingBottom="72dp"
|
||||||
android:paddingLeft="16dp"
|
android:paddingLeft="16dp"
|
||||||
android:paddingRight="32dp"
|
android:paddingRight="32dp"
|
||||||
android:paddingStart="16dp" />
|
android:paddingStart="16dp" />
|
||||||
@@ -53,8 +54,7 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
app:fastscroll__bubbleColor="@color/primary"
|
app:fastscroll__bubbleColor="@color/primary" />
|
||||||
app:fastscroll__handleColor="@color/md_white_1000" />
|
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:src="@drawable/ic_repeat_grey_24dp"
|
android:src="@drawable/ic_repeat_grey_24dp"
|
||||||
android:padding="12dp"
|
android:padding="16dp"
|
||||||
android:background="?android:selectableItemBackground"
|
android:background="?android:selectableItemBackground"
|
||||||
android:contentDescription="@string/cd_exchange_keys"/>
|
android:contentDescription="@string/cd_exchange_keys"/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user