mirror of
https://github.com/Michatec/michas-droid.git
synced 2026-06-15 08:03:24 +02:00
- Renamed the package Name
- Update some features - Fix some bugs
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
android:fontFamily="monospace"
|
||||
android:textSize="16sp"
|
||||
android:inputType="textNoSuggestions|textMultiLine"
|
||||
tools:ignore="Autofill,LabelFor" />
|
||||
tools:ignore="Autofill,LabelFor,Speakable" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/fingerprint_error"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<nya.kitsunyan.foxydroid.widget.FragmentLinearLayout
|
||||
<com.michatec.store.widget.FragmentLinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
@@ -13,7 +13,7 @@
|
||||
android:background="?android:attr/colorPrimary"
|
||||
android:elevation="4dp">
|
||||
|
||||
<nya.kitsunyan.foxydroid.widget.Toolbar
|
||||
<com.michatec.store.widget.Toolbar
|
||||
android:id="@+id/toolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -33,4 +33,4 @@
|
||||
android:layout_weight="1"
|
||||
android:background="?android:attr/colorBackground" />
|
||||
|
||||
</nya.kitsunyan.foxydroid.widget.FragmentLinearLayout>
|
||||
</com.michatec.store.widget.FragmentLinearLayout>
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_gravity="bottom"
|
||||
android:text="@string/website"
|
||||
style="@android:style/Widget.Material.Button" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<FrameLayout
|
||||
android:id="@+id/section_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp">
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/section_change"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<string name="always">Always</string>
|
||||
<string name="anti_features">Anti-features</string>
|
||||
<string name="application">Application</string>
|
||||
<string name="application_name" translatable="false">Foxy Droid</string>
|
||||
<string name="application_name" translatable="false">Store</string>
|
||||
<string name="application_not_found">Application not found</string>
|
||||
<string name="author_email">Author email</string>
|
||||
<string name="author_website">Author website</string>
|
||||
|
||||
Reference in New Issue
Block a user