mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-02-22 14:34:44 +01:00
[UI] Add keepScreenOn in counter activity and bell sync dialog.
This commit is contained in:
parent
8e5a10f6d8
commit
9a45cbb679
@ -6,7 +6,8 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
|
android:keepScreenOn="true">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@ -49,4 +50,4 @@
|
|||||||
android:textSize="48sp"
|
android:textSize="48sp"
|
||||||
tools:text="Zostało 2341 sekund" />
|
tools:text="Zostało 2341 sekund" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</layout>
|
</layout>
|
||||||
|
@ -11,7 +11,8 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:padding="24dp">
|
android:padding="24dp"
|
||||||
|
android:keepScreenOn="true">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/bellSyncHowto"
|
android:id="@+id/bellSyncHowto"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user