[UI/Counter] Add Bell Sync option in counter activity.

This commit is contained in:
Kuba Szczodrzyński
2020-01-07 09:48:24 +01:00
parent f6a8e9d2fa
commit 6ece6ca52a
3 changed files with 40 additions and 3 deletions

View File

@ -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"

View File

@ -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>