X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fspinner_dropdown_item.xml;fp=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fspinner_dropdown_item.xml;h=f62fa718028863e94de2f529308742839039e651;hb=a36c3a29a811fdf0ca19c981480070cb4eef4284;hp=3796115b3a7c858d3241ee03babf45b6c6bd6773;hpb=690958d488cbe154e2df29248396f37b257c0816;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/spinner_dropdown_item.xml b/app/src/main/res/layout/spinner_dropdown_item.xml index 3796115b..f62fa718 100644 --- a/app/src/main/res/layout/spinner_dropdown_item.xml +++ b/app/src/main/res/layout/spinner_dropdown_item.xml @@ -25,9 +25,11 @@ android:layout_width="match_parent" android:maxLines="1" android:ellipsize="end" + android:gravity="center_vertical" android:paddingStart="16dp" android:paddingEnd="16dp" android:paddingTop="8dp" android:paddingBottom="8dp" android:textSize="18sp" - android:textColor="?attr/primaryTextColorSelector" /> \ No newline at end of file + android:textColor="?attr/primaryTextColorSelector" + android:checkMark="?android:attr/listChoiceIndicatorSingle" /> \ No newline at end of file