Add gridview (not working)
BIN
app/src/main/res/drawable/sample_0.jpg
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
app/src/main/res/drawable/sample_1.jpg
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
app/src/main/res/drawable/sample_2.jpg
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
app/src/main/res/drawable/sample_3.jpg
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
app/src/main/res/drawable/sample_4.jpg
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
app/src/main/res/drawable/sample_5.jpg
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
app/src/main/res/drawable/sample_6.jpg
Normal file
After Width: | Height: | Size: 65 KiB |
BIN
app/src/main/res/drawable/sample_7.jpg
Normal file
After Width: | Height: | Size: 53 KiB |
@ -1,17 +1,18 @@
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context="io.github.wulkanowy.activity.dashboard.marks.MarksFragment">
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context="io.github.wulkanowy.activity.dashboard.marks.MarksFragment">
|
||||
|
||||
|
||||
<TextView
|
||||
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/gridview"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:text="Fragment Oceny" />
|
||||
|
||||
<ExpandableListView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
android:columnWidth="90dp"
|
||||
android:numColumns="auto_fit"
|
||||
android:verticalSpacing="10dp"
|
||||
android:horizontalSpacing="10dp"
|
||||
android:gravity="center"
|
||||
/>
|
||||
|
||||
</FrameLayout>
|
||||
|