|
@@ -38,11 +38,10 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@color/background_color"
|
|
|
-
|
|
|
+ android:baselineAligned="false"
|
|
|
android:orientation="horizontal"
|
|
|
android:id="@+id/ListLayout"
|
|
|
- android:contentDescription="@string/list_layout"
|
|
|
- >
|
|
|
+ android:contentDescription="@string/list_layout">
|
|
|
|
|
|
<FrameLayout
|
|
|
android:id="@+id/left_fragment_container"
|