This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
simple-email
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Layout fixes
main
M66B
6 years ago
parent
46a17dc37c
commit
cd3bbc911a
9 changed files
with
9 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/src/main/res/layout/fragment_about.xml
+1
-1
app/src/main/res/layout/fragment_account.xml
+1
-1
app/src/main/res/layout/fragment_eula.xml
+1
-1
app/src/main/res/layout/fragment_folder.xml
+1
-1
app/src/main/res/layout/fragment_identity.xml
+1
-1
app/src/main/res/layout/fragment_legend.xml
+1
-1
app/src/main/res/layout/fragment_options.xml
+1
-1
app/src/main/res/layout/fragment_pro.xml
+1
-1
app/src/main/res/layout/fragment_setup.xml
+ 1
- 1
app/src/main/res/layout/fragment_about.xml
View File
@ -6,7 +6,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="
match_par
ent"
android:layout_height="
wrap_cont
ent"
android:padding="12dp">
<TextView
+ 1
- 1
app/src/main/res/layout/fragment_account.xml
View File
@ -9,7 +9,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="
match_par
ent"
android:layout_height="
wrap_cont
ent"
android:padding="12dp">
<!--
provider
-->
+ 1
- 1
app/src/main/res/layout/fragment_eula.xml
View File
@ -6,7 +6,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="
match_par
ent"
android:layout_height="
wrap_cont
ent"
android:padding="12dp">
<TextView
+ 1
- 1
app/src/main/res/layout/fragment_folder.xml
View File
@ -10,7 +10,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="
match_par
ent"
android:layout_height="
wrap_cont
ent"
android:padding="12dp">
<TextView
+ 1
- 1
app/src/main/res/layout/fragment_identity.xml
View File
@ -9,7 +9,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="
match_par
ent"
android:layout_height="
wrap_cont
ent"
android:padding="12dp">
<!--
name
-->
+ 1
- 1
app/src/main/res/layout/fragment_legend.xml
View File
@ -6,7 +6,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="
match_par
ent"
android:layout_height="
wrap_cont
ent"
android:padding="18dp">
<ImageView
+ 1
- 1
app/src/main/res/layout/fragment_options.xml
View File
@ -9,7 +9,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="
match_par
ent">
android:layout_height="
wrap_cont
ent">
<CheckBox
android:id="@+id/cbEnabled"
+ 1
- 1
app/src/main/res/layout/fragment_pro.xml
View File
@ -6,7 +6,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="
match_par
ent"
android:layout_height="
wrap_cont
ent"
android:padding="12dp">
<TextView
+ 1
- 1
app/src/main/res/layout/fragment_setup.xml
View File
@ -10,7 +10,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="
match_par
ent">
android:layout_height="
wrap_cont
ent">
<!--
account
-->
Write
Preview
Loading…
Cancel
Save