Added a dividing line between the rows, reduced the height of categories/subcategories in the TreeView.

This commit is contained in:
ChronosX88 2019-02-25 15:15:50 +04:00
parent cdb67da359
commit 798ceff79f
No known key found for this signature in database
GPG Key ID: 8F92E090A87804AA
3 changed files with 14 additions and 2 deletions

View File

@ -1,9 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="80dp"
android:layout_height="50dp"
android:background="?android:selectableItemBackground">
<View android:background="#D3D3D3"
android:layout_width = "match_parent"
android:layout_height="1dp"/>
<LinearLayout
android:id="@+id/node_container"
android:layout_width="wrap_content"

View File

@ -1,10 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_height="50dp"
android:orientation="vertical"
android:background="?android:selectableItemBackground">
<View android:background="#D3D3D3"
android:layout_width = "match_parent"
android:layout_height="1dp"/>
<LinearLayout
android:id="@+id/node_container"
android:layout_width="wrap_content"

View File

@ -5,6 +5,10 @@
android:orientation="vertical"
android:background="?android:selectableItemBackground">
<View android:background="#D3D3D3"
android:layout_width = "match_parent"
android:layout_height="1dp"/>
<LinearLayout
android:id="@+id/node_container"
android:layout_width="wrap_content"