Skip to content

Commit b07ae98

Browse files
finalizing
1 parent de7ba7c commit b07ae98

2 files changed

Lines changed: 29 additions & 21 deletions

File tree

composite-builds/build-logic/common/src/main/java/com/itsaky/androidide/build/config/ProjectConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object ProjectConfig {
2424

2525
const val REPO_HOST = "github.com"
2626
// const val REPO_OWNER = "AndroidIDEOfficial"
27-
const val REPO_OWNER = "Mohammed-bqer-null"
27+
const val REPO_OWNER = "Mohammed-baqer-null"
2828
// const val REPO_NAME = "AndroidIDE"
2929
const val REPO_NAME = "AndroidIDE-Rv2"
3030
const val REPO_URL = "https://$REPO_HOST/$REPO_OWNER/$REPO_NAME"
Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
32
<!--
43
~ This file is part of AndroidIDE.
54
~
@@ -17,22 +16,31 @@
1716
~ along with AndroidIDE. If not, see <https://www.gnu.org/licenses/>.
1817
-->
1918

20-
<com.google.android.material.button.MaterialButton
21-
xmlns:android="http://schemas.android.com/apk/res/android"
22-
xmlns:app="http://schemas.android.com/apk/res-auto"
23-
xmlns:tools="http://schemas.android.com/tools"
24-
style="@style/Widget.Material3.Button.TextButton.Icon"
25-
android:layout_width="match_parent"
26-
android:layout_height="56dp"
27-
android:layout_marginTop="4dp"
28-
android:layout_marginBottom="4dp"
29-
android:elevation="0dp"
30-
android:ellipsize="end"
31-
android:singleLine="true"
32-
android:textAlignment="textStart"
33-
android:textColor="?attr/colorOnBackground"
34-
android:textStyle="bold"
35-
app:iconPadding="8dp"
36-
app:iconTint="?attr/colorOnBackground"
37-
tools:icon="@drawable/ic_add"
38-
tools:text="@string/msg_create_new_project" />
19+
<com.google.android.material.card.MaterialCardView
20+
xmlns:android="http://schemas.android.com/apk/res/android"
21+
xmlns:app="http://schemas.android.com/apk/res-auto"
22+
xmlns:tools="http://schemas.android.com/tools"
23+
android:layout_width="match_parent"
24+
android:layout_height="wrap_content"
25+
android:layout_marginTop="4dp"
26+
android:layout_marginBottom="4dp"
27+
app:cardElevation="2dp"
28+
app:cardCornerRadius="8dp"
29+
app:strokeWidth="0dp">
30+
31+
<com.google.android.material.button.MaterialButton
32+
style="@style/Widget.Material3.Button.TextButton.Icon"
33+
android:layout_width="match_parent"
34+
android:layout_height="56dp"
35+
android:elevation="0dp"
36+
android:ellipsize="end"
37+
android:singleLine="true"
38+
android:textAlignment="textStart"
39+
android:textColor="?attr/colorOnBackground"
40+
android:textStyle="bold"
41+
app:iconPadding="8dp"
42+
app:iconTint="?attr/colorOnBackground"
43+
tools:icon="@drawable/ic_add"
44+
tools:text="@string/msg_create_new_project" />
45+
46+
</com.google.android.material.card.MaterialCardView>

0 commit comments

Comments
 (0)