mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-21 01:23:03 +02:00
[UI/Counter] Add Bell Sync option in counter activity.
This commit is contained in:
@ -8,6 +8,30 @@
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
<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"
|
||||
|
@ -1157,4 +1157,5 @@
|
||||
<string name="event_manual_share">Udostępniam wydarzenie...</string>
|
||||
<string name="event_manual_unshare_remove">Usuwam udostępnione wydarzenie...</string>
|
||||
<string name="event_manual_remove">Usuwam wydarzenie...</string>
|
||||
<string name="counter_activity_sync">Synchronizuj</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user