Skip to content

Commit

Permalink
Merge pull request #139 from timeforcoffee/correct_round_layout
Browse files Browse the repository at this point in the history
correct round layout title
  • Loading branch information
Nicolas authored Apr 29, 2021
2 parents 7040bd7 + eee8442 commit 3e5a0a8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions wear/src/main/res/layout/fragment_departure_list.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
Expand Down Expand Up @@ -29,21 +28,21 @@
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginTop="22dp"
android:gravity="center"
android:lines="1"
android:textColor="@color/primary_text"
android:textSize="16sp"
android:textSize="15sp"
android:visibility="gone"
tools:text="Zürich, Albisrieden" />

<ListView
android:id="@+id/list_view"
android:layout_below="@id/title"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="34dp"
android:dividerHeight="0dp"
android:listSelector="@android:color/transparent"
android:visibility="gone"/>

</FrameLayout>
</RelativeLayout>

0 comments on commit 3e5a0a8

Please sign in to comment.