Skip to content

Commit

Permalink
💄 Margin, multiline etc
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Aug 6, 2021
1 parent 01fc4a8 commit 9a62644
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions app/src/main/res/layout/filedraweritem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_width="20dp"
android:layout_marginStart="2dp"
android:layout_marginEnd="2dp"
android:layout_width="16dp"
android:layout_height="20dp"
android:src="@android:drawable/arrow_down_float"
android:id="@+id/iv_fdi_expand"/>
Expand All @@ -27,7 +29,6 @@
android:id="@+id/fileDrawerTextView"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="marquee"
android:layout_marginStart="5dp"
android:text="TextView" />
</androidx.constraintlayout.widget.ConstraintLayout>
5 changes: 3 additions & 2 deletions app/src/main/res/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@

<com.kyhsgeekcode.multilevellistview.MultiLevelListView
android:id="@+id/left_drawer"
android:layout_width="300dp"
android:layout_width="310dp"
android:layout_height="match_parent"
android:layout_gravity="start"
android:background="#FFFFFF"
android:choiceMode="singleChoice"
android:divider="@android:color/transparent"
android:dividerHeight="0dp" />
android:dividerHeight="0dp"
android:paddingEnd="10dp"/>

</androidx.drawerlayout.widget.DrawerLayout>

Expand Down

0 comments on commit 9a62644

Please sign in to comment.