Skip to content

Commit

Permalink
dividers_added
Browse files Browse the repository at this point in the history
empty space to scroll down
  • Loading branch information
bill-chamal committed May 22, 2024
1 parent 02c7632 commit a42f478
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
android:textAlignment="center"
android:textSize="19sp"
android:fontFamily="@font/candara"
android:text="Version 1.04\n22/5/24"/>
android:text="Version 1.10\n23/5/24"/>

<TextView
android:layout_width="match_parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
android:id="@+id/fragment_container_admin"
android:layout_width="match_parent"
android:layout_height="match_parent">


</FrameLayout>

</LinearLayout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@

</LinearLayout>

<View
android:id="@+id/divider7"
android:layout_width="match_parent"
android:layout_height="100dp"
android:background="?android:attr/listDivider" />

</LinearLayout>

</ScrollView>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@
android:id="@+id/adminValueBarChart"
android:layout_width="match_parent"
android:layout_height="400dp" />

<View
android:id="@+id/divider6"
android:layout_width="match_parent"
android:layout_height="100dp"
android:background="?android:attr/listDivider" />
</LinearLayout>
</ScrollView>
</FrameLayout>

0 comments on commit a42f478

Please sign in to comment.