1
0
Fork 0

updated the Small MainView to use the Material 2 theme

This commit is contained in:
sspanak 2025-01-15 12:06:07 +02:00 committed by Dimo Karaivanov
parent 4b8ccdd2b1
commit b28d4cb458
42 changed files with 358 additions and 571 deletions

View file

@ -4,17 +4,13 @@
android:layout_height="match_parent"
android:defaultFocusHighlightEnabled="false"
android:focusable="false"
android:focusableInTouchMode="false"
android:orientation="horizontal">
android:focusableInTouchMode="false">
<TextView
android:id="@+id/suggestion_list_item"
android:layout_width="wrap_content"
android:layout_height="match_parent"
style="@style/TTheme.MainSmall.StatusBar.SuggestionList.Item"
android:defaultFocusHighlightEnabled="false"
android:focusable="false"
android:focusableInTouchMode="false"
android:gravity="center"
android:paddingHorizontal="@dimen/candidate_padding_horizontal"
android:textSize="@dimen/candidate_font_size" />
/>
</LinearLayout>