mirror of
https://github.com/gsantner/dandelion
synced 2025-12-09 05:41:12 +01:00
Removed unused classes and cleaned code up
This commit is contained in:
parent
7091b1ba31
commit
f8d8126c0e
15 changed files with 44 additions and 64 deletions
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate android:fromYDelta="0%p" android:toYDelta="100%p" android:fillAfter="true"
|
||||
android:interpolator="@android:anim/linear_interpolator"
|
||||
android:duration="500" />
|
||||
</set>
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate android:fromYDelta="75%p" android:toYDelta="0%p"
|
||||
android:fillAfter="true"
|
||||
android:duration="500"/>
|
||||
</set>
|
||||
|
|
@ -22,9 +22,9 @@
|
|||
android:title="@string/action_share_dotdotdot"
|
||||
app:showAsAction="always" >
|
||||
<menu>
|
||||
<item android:id="@+id/action_share_screenshot" android:title="@string/share__share_screenshot"></item>
|
||||
<item android:id="@+id/action_take_screenshot" android:title="@string/share__take_screenshot"></item>
|
||||
<item android:id="@+id/action_share_link" android:title="@string/share__share_link_as_text"></item>
|
||||
<item android:id="@+id/action_share_screenshot" android:title="@string/share__share_screenshot"/>
|
||||
<item android:id="@+id/action_take_screenshot" android:title="@string/share__take_screenshot"/>
|
||||
<item android:id="@+id/action_share_link" android:title="@string/share__share_link_as_text"/>
|
||||
</menu>
|
||||
</item>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue