mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
25 lines
No EOL
990 B
XML
25 lines
No EOL
990 B
XML
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/battery_optimization_primary"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="24dp"
|
|
android:layout_marginTop="12dp"
|
|
android:layout_marginEnd="24dp"
|
|
android:layout_marginBottom="4dp"
|
|
android:text="@string/activity_battery_optimizations_summary" />
|
|
|
|
<TextView
|
|
android:id="@+id/battery_optimization_secondary"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="24dp"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginEnd="24dp"
|
|
android:autoLink="web"
|
|
android:text="@string/activity_battery_optimizations_conclusion" />
|
|
</LinearLayout> |