listview has no dividers anymore
listview begins under navbar now added background behind listview
This commit is contained in:
parent
e401474bf7
commit
055b7907c6
@ -6,6 +6,14 @@
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".MainActivity">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/Background"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#80FFFFFF"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/fog_background" />
|
||||
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
android:id="@+id/addbutton_fab"
|
||||
android:layout_width="wrap_content"
|
||||
@ -19,9 +27,13 @@
|
||||
|
||||
<ListView
|
||||
android:id="@+id/listView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:visibility="visible" />
|
||||
android:layout_marginTop="65dp"
|
||||
android:visibility="visible"
|
||||
android:divider="@null"
|
||||
android:dividerHeight="0dp"
|
||||
/>
|
||||
|
||||
|
||||
</FrameLayout>
|
||||
|
@ -135,6 +135,7 @@
|
||||
android:layout_marginRight="-50dp"
|
||||
android:layout_marginBottom="-125dp"
|
||||
android:src="@drawable/teraplex_sidebar"
|
||||
app:tint="@color/mtrl_btn_text_color_selector"
|
||||
app:layout_constraintBottom_toTopOf="@+id/textView6"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
|
@ -38,6 +38,7 @@
|
||||
android:layout_height="40dp"
|
||||
android:layout_gravity="center"
|
||||
android:layout_margin="5dp"
|
||||
android:visibility="visible"
|
||||
app:srcCompat="@drawable/clear_black_24dp"
|
||||
app:tint="?attr/colorOnPrimary"
|
||||
tools:ignore="VectorDrawableCompat">
|
||||
|
Loading…
Reference in New Issue
Block a user