File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ set(LIBDOBBY_PATH ${CMAKE_CURRENT_SOURCE_DIR}/Dobby/${CMAKE_ANDROID_ARCH_ABI}/li
4040# used in the AndroidManifest.xml file.
4141add_library (${CMAKE_PROJECT_NAME } SHARED
4242 # List C/C++ source files with relative paths to this CMakeLists.txt.
43- wet-wealth .cpp
43+ horny-villa .cpp
4444)
4545
4646# Specifies libraries CMake should link to your target library. You
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ const val MENU_WIDTH = 290
4949val MENU_BG_COLOR = " #EE1C2A35" .toColorInt()// #AARRGGBB
5050val MENU_FEATURE_BG_COLOR = " #DD141C22" .toColorInt() // #AARRGGBB
5151
52- @Suppress(" SpellCheckingInspection" )
5352val TEXT_COLOR = " #82CAFD" .toColorInt()
5453val TEXT_COLOR_2 = " #FFFFFF" .toColorInt()
5554val CATEGORY_BG_COLOR = " #2F3D4C" .toColorInt()
@@ -247,6 +246,7 @@ class Menu(val context: Activity) {
247246 )
248247 scrollView.layoutParams = layoutParams
249248 scrollView.setBackgroundColor(MENU_FEATURE_BG_COLOR )
249+ scrollView.setPadding(10 )
250250 val mods = LinearLayout (context)
251251 mods.orientation = LinearLayout .VERTICAL
252252 val divider = ShapeDrawable ()
@@ -307,7 +307,6 @@ class Menu(val context: Activity) {
307307 valueChange(featIdx, featName, if (value) 1 else 0 )
308308 }
309309
310- @Suppress(" UNCHECKED_CAST" )
311310 fun <T > read (key : String , defaultValue : T ): T {
312311 return when (defaultValue) {
313312 is String -> sharedPreferences.getString(key, defaultValue)
You can’t perform that action at this time.
0 commit comments