Close #134
This commit is contained in:
parent
a3392dabcf
commit
2ac7e072e5
@ -310,54 +310,54 @@
|
|||||||
style="@style/AnotherWidget.Settings.Subtitle"/>
|
style="@style/AnotherWidget.Settings.Subtitle"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
<androidx.appcompat.widget.AppCompatTextView
|
||||||
<androidx.appcompat.widget.AppCompatTextView
|
android:layout_width="match_parent"
|
||||||
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:paddingTop="16dp"
|
||||||
android:paddingTop="16dp"
|
android:text="@string/preferences_header"
|
||||||
android:text="@string/preferences_header"
|
android:textAlignment="viewStart"
|
||||||
android:textAlignment="viewStart"
|
android:paddingLeft="20dp"
|
||||||
android:paddingLeft="20dp"
|
android:paddingRight="20dp"
|
||||||
android:paddingRight="20dp"
|
android:textSize="16sp"
|
||||||
android:textSize="16sp"
|
android:textColor="@color/colorAccent"
|
||||||
android:textColor="@color/colorAccent"
|
android:textAppearance="@style/AnotherWidget.Settings.Header"
|
||||||
android:textAppearance="@style/AnotherWidget.Settings.Header"
|
app:textAllCaps="false" />
|
||||||
app:textAllCaps="false" />
|
|
||||||
<LinearLayout
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:paddingTop="16dp"
|
|
||||||
android:paddingBottom="16dp"
|
|
||||||
android:paddingLeft="8dp"
|
|
||||||
android:paddingRight="8dp"
|
|
||||||
android:clickable="true"
|
|
||||||
android:focusable="true"
|
|
||||||
android:background="?android:attr/selectableItemBackground"
|
|
||||||
android:gravity="center_vertical"
|
|
||||||
android:id="@+id/action_sort_glance_providers"
|
|
||||||
android:orientation="horizontal">
|
|
||||||
<ImageView
|
|
||||||
android:layout_width="48dp"
|
|
||||||
android:layout_height="48dp"
|
|
||||||
android:padding="12dp"
|
|
||||||
android:src="@drawable/round_flip_to_front"
|
|
||||||
android:tint="@color/colorPrimaryText"/>
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingTop="16dp"
|
||||||
|
android:paddingBottom="16dp"
|
||||||
android:paddingLeft="8dp"
|
android:paddingLeft="8dp"
|
||||||
android:paddingRight="8dp"
|
android:paddingRight="8dp"
|
||||||
android:orientation="vertical">
|
android:clickable="true"
|
||||||
<TextView
|
android:focusable="true"
|
||||||
android:layout_width="wrap_content"
|
android:background="?android:attr/selectableItemBackground"
|
||||||
|
android:gravity="center_vertical"
|
||||||
|
android:id="@+id/action_sort_glance_providers"
|
||||||
|
android:orientation="horizontal">
|
||||||
|
<ImageView
|
||||||
|
android:layout_width="48dp"
|
||||||
|
android:layout_height="48dp"
|
||||||
|
android:padding="12dp"
|
||||||
|
android:src="@drawable/round_flip_to_front"
|
||||||
|
android:tint="@color/colorPrimaryText"/>
|
||||||
|
<LinearLayout
|
||||||
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
style="@style/AnotherWidget.Settings.Title"
|
android:paddingLeft="8dp"
|
||||||
android:text="@string/settings_sort_glance_providers_title"/>
|
android:paddingRight="8dp"
|
||||||
<TextView
|
android:orientation="vertical">
|
||||||
android:layout_width="wrap_content"
|
<TextView
|
||||||
android:layout_height="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:text="@string/settings_sort_glance_providers_subtitle"
|
android:layout_height="wrap_content"
|
||||||
style="@style/AnotherWidget.Settings.Subtitle"/>
|
style="@style/AnotherWidget.Settings.Title"
|
||||||
|
android:text="@string/settings_sort_glance_providers_title"/>
|
||||||
|
<TextView
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/settings_sort_glance_providers_subtitle"
|
||||||
|
style="@style/AnotherWidget.Settings.Subtitle"/>
|
||||||
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user