diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..13566b81 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/icon.png b/.idea/icon.png new file mode 100644 index 00000000..c74b4c11 Binary files /dev/null and b/.idea/icon.png differ diff --git a/build.gradle b/build.gradle index 64e732b8..50ab691d 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ import com.android.build.gradle.api.ApplicationVariant import com.github.jk1.license.render.TextReportRenderer buildscript { - ext.kotlin_version = '1.8.0' + ext.kotlin_version = '1.8.10' dependencies { classpath 'com.android.tools.build:gradle:7.4.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" diff --git a/res/layout-w820dp/activity_main.xml b/res/layout-w820dp/activity_main.xml new file mode 100644 index 00000000..59cc39b5 --- /dev/null +++ b/res/layout-w820dp/activity_main.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + diff --git a/res/layout/activity_device.xml b/res/layout/activity_device.xml index 97e04aaf..10290a18 100644 --- a/res/layout/activity_device.xml +++ b/res/layout/activity_device.xml @@ -1,44 +1,51 @@ - + android:layout_height="match_parent"> - - + - - + - - + + - - \ No newline at end of file + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml index fc23d86b..6502e5ab 100644 --- a/res/layout/activity_main.xml +++ b/res/layout/activity_main.xml @@ -1,32 +1,37 @@ - - - + android:layout_height="match_parent"> - - - + android:fitsSystemWindows="true"> - + - + - + + + + + + + + \ No newline at end of file diff --git a/res/layout/list_item_plugin_header.xml b/res/layout/list_item_plugin_header.xml index 95025c0c..ac9aa48e 100644 --- a/res/layout/list_item_plugin_header.xml +++ b/res/layout/list_item_plugin_header.xml @@ -1,9 +1,11 @@ + android:maxWidth="400dp" + android:layout_height="wrap_content" + android:background="?selectableItemBackground" + android:paddingHorizontal="@dimen/activity_horizontal_margin" + android:paddingVertical="@dimen/activity_vertical_margin" + tools:background="@android:color/darker_gray" + tools:text="@tools:sample/lorem"/> diff --git a/res/layout/list_plugin_entry.xml b/res/layout/list_plugin_entry.xml index 37ac4b9b..ec50633c 100644 --- a/res/layout/list_plugin_entry.xml +++ b/res/layout/list_plugin_entry.xml @@ -2,8 +2,9 @@ @@ -17,7 +18,7 @@ android:minHeight="?android:attr/listPreferredItemHeight" android:orientation="vertical"> - -