Version 1.15
∙ It is a "beta" release, feel free to send you feedback on github.com! ∙ Added Save As! (and rename option) ∙ Added Replace All! ∙ The default encoding now is UTF-16 ∙ Removed donations items, if you want to donate please buy the pro version! ∙ Minor bug fixes
This commit is contained in:
@ -32,21 +32,6 @@
|
||||
android:orientation="vertical"
|
||||
>
|
||||
|
||||
<TextView
|
||||
android:id="@id/drawer_button_go_pro"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="72dp"
|
||||
android:text="@string/donation_action"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
android:gravity="center_vertical"
|
||||
android:textSize="12sp"
|
||||
android:clickable="true"
|
||||
android:background="?selectableItemBackground"
|
||||
android:textColor="@color/indigo"/>
|
||||
|
||||
<android.support.v7.widget.SwitchCompat
|
||||
android:gravity="center_vertical"
|
||||
android:layout_width="match_parent"
|
||||
|
Reference in New Issue
Block a user