mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
code review + fixed alignments
This commit is contained in:
parent
cef29b48a3
commit
5feba6a567
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
android:layout_height="wrap_content">
|
||||
<TextView
|
||||
android:id="@+id/editShareTitle"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/share_with_edit_title"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Title"
|
||||
|
@ -60,6 +60,7 @@
|
|||
android:layout_gravity="start"
|
||||
android:layout_marginTop="@dimen/standard_half_margin"
|
||||
android:textColor="@color/color_accent"
|
||||
android:paddingLeft="0dp"
|
||||
style="?android:attr/listSeparatorTextViewStyle"
|
||||
/>
|
||||
|
||||
|
@ -95,6 +96,7 @@
|
|||
android:layout_gravity="start"
|
||||
android:layout_marginTop="@dimen/standard_half_margin"
|
||||
android:textColor="@color/color_accent"
|
||||
android:paddingLeft="0dp"
|
||||
style="?android:attr/listSeparatorTextViewStyle"
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Reference in a new issue