File tree Expand file tree Collapse file tree 5 files changed +33
-2
lines changed
microg-ui-tools/src/main/res Expand file tree Collapse file tree 5 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 1+ <ripple xmlns : android =" http://schemas.android.com/apk/res/android"
2+ xmlns : tools =" http://schemas.android.com/tools"
3+ android : color =" @color/m3_card_ripple_color"
4+ tools : ignore =" PrivateResource" >
5+ <item >
6+ <shape >
7+ <corners
8+ android : bottomLeftRadius =" 20dp"
9+ android : bottomRightRadius =" 20dp"
10+ android : topLeftRadius =" 4dp"
11+ android : topRightRadius =" 4dp" />
12+ <solid android : color =" ?attr/colorSurfaceContainer" />
13+ </shape >
14+ </item >
15+ </ripple >
Original file line number Diff line number Diff line change 1+ <ripple xmlns : android =" http://schemas.android.com/apk/res/android"
2+ xmlns : tools =" http://schemas.android.com/tools"
3+ android : color =" @color/m3_card_ripple_color"
4+ tools : ignore =" PrivateResource" >
5+ <item >
6+ <shape >
7+ <corners
8+ android : bottomLeftRadius =" 4dp"
9+ android : bottomRightRadius =" 4dp"
10+ android : topLeftRadius =" 20dp"
11+ android : topRightRadius =" 20dp" />
12+ <solid android : color =" ?attr/colorSurfaceContainer" />
13+ </shape >
14+ </item >
15+ </ripple >
Original file line number Diff line number Diff line change 2727 android : layout_height =" wrap_content"
2828 android : layout_marginStart =" 16dp"
2929 android : layout_marginEnd =" 8dp"
30- android : text =" @string/gms_app_name_full "
30+ android : text =" @string/about_app_name "
3131 android : textAppearance =" ?attr/textAppearanceTitleLargeEmphasized"
3232 app : layout_constraintBottom_toTopOf =" @+id/app_version"
3333 app : layout_constraintEnd_toStartOf =" @+id/app_check_updates"
Original file line number Diff line number Diff line change 1818 <string name =" lib_name" >MicroG UI Tools</string >
1919 <string name =" lib_license" >Apache License 2.0, microG Team</string >
2020
21+ <string name =" about_app_name" >MicroG RE</string >
2122 <string name =" about_version_str" >Version: %1$s</string >
2223 <string name =" about_name_version_str" >%1$s %2$s</string >
2324 <string name =" about_default_license" >All rights reserved</string >
2425
26+ <string name =" morphe" >Morphe</string >
2527 <string name =" morphe_description" >Morphe is an open-source project designed to modify Android apps through patches</string >
2628
2729 <string name =" prefcat_setup" >Setup</string >
Original file line number Diff line number Diff line change 55
66<resources xmlns : xliff =" urn:oasis:names:tc:xliff:document:1.2" >
77 <string name =" gms_app_name" >MicroG</string >
8- <string name =" gms_app_name_full" >MicroG RE</string >
98 <string name =" gms_settings_name" >MicroG Settings</string >
109 <string name =" gms_settings_summary" >Setup MicroG services</string >
1110
You can’t perform that action at this time.
0 commit comments