forked from github/szkolny
54 lines
1.9 KiB
XML
54 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layout xmlns:tools="http://schemas.android.com/tools"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:orientation="vertical"
|
|
android:keepScreenOn="true">
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="end"
|
|
android:layout_marginEnd="8dp"
|
|
android:layout_marginRight="8dp"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/counter_activity_sync"
|
|
android:textSize="12sp"
|
|
android:textColor="#ff606060" />
|
|
<ImageView
|
|
android:id="@+id/bellSync"
|
|
android:layout_width="56dp"
|
|
android:layout_height="56dp"
|
|
android:background="?selectableItemBackgroundBorderless"
|
|
android:padding="10dp"
|
|
tools:tint="#ff404040"
|
|
tools:src="@sample/settings" />
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/lessonName"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:textSize="36sp"
|
|
android:textStyle="bold"
|
|
tools:text="urządzenia techniki komputerowej" />
|
|
|
|
<TextView
|
|
android:id="@+id/timeLeft"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:textSize="48sp"
|
|
tools:text="Zostało 2341 sekund" />
|
|
</LinearLayout>
|
|
</layout>
|