Skip to content

Commit

Permalink
Bug 1398361 - as_contextmenu_divider: Remove symlink and move ltr dra…
Browse files Browse the repository at this point in the history
…wable from drawable-ldlrtl/ to drawable/. r=mcomella

MozReview-Commit-ID: 4rVUdSxbU89

--HG--
extra : rebase_source : c6d96f7caf3973d83ef40ed48c3571a99f6d30a1
  • Loading branch information
pocmo committed Sep 13, 2017
1 parent 5572780 commit 7e4cd8b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->


<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:fromDegrees="180"
android:toDegrees="0"
android:drawable="@drawable/as_contextmenu_divider_helper" />
<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:insetRight="72dp">
<shape>
<size
android:height="1dp"/>
<solid android:color="@color/disabled_grey"/>
</shape>
</inset>
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!-- This is the (ltr) divider used in the Activity Stream context menu,
and is used as a helper to be mirrored in
drawable-ldrtl/as_contextmenu_divider.xml for rtl layouts. -->
<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:insetLeft="72dp">
android:insetLeft="72dp">
<shape>
<size
android:height="1dp"/>
Expand Down

0 comments on commit 7e4cd8b

Please sign in to comment.