Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3aedd58d authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-80d7cd88-53c4-4e65-952a-f34bc86a0841-for-git_oc-mr1-release-40...

release-request-80d7cd88-53c4-4e65-952a-f34bc86a0841-for-git_oc-mr1-release-4050000 snap-temp-L22200000068540971

Change-Id: I066a8d2132b21eb68b66d0fac7a5f275709810bd
parents 6a102cd7 4fe06278
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@color/item_doc_background_selected"
          android:state_selected="true" />
    <item android:drawable="@color/item_doc_background_selected"
    <item android:drawable="@color/item_hover_color"
          android:state_drag_hovered="true" />
    <item android:drawable="@color/item_doc_background"
          android:state_selected="false" />
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@
          android:state_focused="true" />
    <item android:drawable="@color/item_doc_background_selected"
          android:state_selected="true" />
    <item android:drawable="@color/item_hover_color"
          android:state_drag_hovered="true" />
    <item android:drawable="@color/item_doc_background"
          android:state_selected="false"
          android:state_focused="false" />
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
        <selector>
            <item
                app:state_highlighted="true"
                android:drawable="@color/root_hover_color"/>
                android:drawable="@color/item_hover_color"/>
            <item
                app:state_highlighted="false"
                android:drawable="@android:color/transparent"/>
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@drawable/list_item_background"
    android:focusableInTouchMode="true"
    android:focusable="true"
    android:orientation="horizontal" >

    <LinearLayout
+1 −3
Original line number Diff line number Diff line
@@ -16,14 +16,12 @@

<!-- CoordinatorLayout is necessary for various components (e.g. Snackbars, and
     floating action buttons) to operate correctly. -->
<!-- focusableInTouchMode is set in order to force key events to go to the activity's global key
     callback, which is necessary for proper event routing. See BaseActivity.onKeyDown. -->
<android.support.design.widget.CoordinatorLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:id="@+id/coordinator_layout"
    android:focusableInTouchMode="true">
    android:focusable="true">

    <LinearLayout
        android:layout_width="match_parent"
Loading