Add dynamic title in dashboard and round icon luncher
@ -10,4 +10,8 @@
|
||||
android:layout_height="match_parent"
|
||||
android:text="Fragment Oceny" />
|
||||
|
||||
<ExpandableListView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
</FrameLayout>
|
||||
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 27 KiB |
@ -19,6 +19,4 @@
|
||||
<string name="title_attendance">Attendance</string>
|
||||
<string name="title_lessonplan">Lesson Plan</string>
|
||||
<string name="title_settings">Settings</string>
|
||||
|
||||
<string name="hello_blank_fragment">TO JEST FRAGMENT</string>
|
||||
</resources>
|
||||
|