Skip to content

Commit d2cfd44

Browse files
committed
Address feedback
1 parent 4d2876b commit d2cfd44

File tree

9 files changed

+19
-44
lines changed

9 files changed

+19
-44
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Reply App - Solution Code
22
=================================
3-
Solution code for the Android Basics with Compose: Reply app.
3+
Starter code for the Android Basics with Compose: Reply app.
44

55
Introduction
66
------------
@@ -21,4 +21,4 @@ Getting Started
2121
1. Install Android Studio, if you don't already have it.
2222
2. Download the sample.
2323
3. Import the sample into Android Studio.
24-
4. Build and run the sample.
24+
4. Build and run the sample.

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ dependencies {
8888

8989
debugImplementation("androidx.compose.ui:ui-test-manifest")
9090
debugImplementation("androidx.compose.ui:ui-tooling")
91-
}
91+
}

app/src/main/java/com/example/reply/data/Account.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ data class Account(
3434
) {
3535
/** User's full name **/
3636
val fullName: String = "$firstName $lastName"
37-
}
37+
}

app/src/main/java/com/example/reply/data/MailboxType.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ package com.example.reply.data
2020
*/
2121
enum class MailboxType {
2222
Inbox, Drafts, Sent, Spam
23-
}
23+
}

app/src/main/res/drawable-v24/ic_launcher_foreground.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z"
4343
android:strokeWidth="1"
4444
android:strokeColor="#00000000" />
45-
</vector>
45+
</vector>

app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
<background android:drawable="@drawable/ic_launcher_background" />
1919
<foreground android:drawable="@drawable/ic_launcher_foreground" />
2020
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
21-
</adaptive-icon>
21+
</adaptive-icon>

app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
<background android:drawable="@drawable/ic_launcher_background" />
1919
<foreground android:drawable="@drawable/ic_launcher_foreground" />
2020
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
21-
</adaptive-icon>
21+
</adaptive-icon>

app/src/main/res/values/colors.xml

-25
This file was deleted.

app/src/main/res/values/strings.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -36,47 +36,47 @@
3636

3737
<string name="account_1_first_name">Jeff</string>
3838
<string name="account_1_last_name">Hansen</string>
39-
<string name="account_1_email">hikingfan@gmail.com</string>
39+
<string name="account_1_email">hikingfan@altostrat.com</string>
4040

4141
<string name="account_4_first_name">Tracy</string>
4242
<string name="account_4_last_name">Alvarez</string>
43-
<string name="account_4_email">tracealvie@gmail.com</string>
43+
<string name="account_4_email">tracealvie@altostrat.com</string>
4444

4545
<string name="account_5_first_name">Allison</string>
4646
<string name="account_5_last_name">Trabucco</string>
47-
<string name="account_5_email">atrabucco222@gmail.com</string>
47+
<string name="account_5_email">atrabucco222@altostrat.com</string>
4848

4949
<string name="account_6_first_name">Ali</string>
5050
<string name="account_6_last_name">Connors</string>
51-
<string name="account_6_email">aliconnors@gmail.com</string>
51+
<string name="account_6_email">aliconnors@altostrat.com</string>
5252

5353
<string name="account_7_first_name">Alberto</string>
5454
<string name="account_7_last_name">Williams</string>
55-
<string name="account_7_email">albertowilliams124@gmail.com</string>
55+
<string name="account_7_email">albertowilliams124@altostrat.com</string>
5656

5757
<string name="account_8_first_name">Kim</string>
5858
<string name="account_8_last_name">Alen</string>
59-
<string name="account_8_email">alen13@gmail.com</string>
59+
<string name="account_8_email">alen13@altostrat.com</string>
6060

6161
<string name="account_9_first_name">Google</string>
6262
<string name="account_9_last_name">Express</string>
63-
<string name="account_9_email">express@google.com</string>
63+
<string name="account_9_email">express@altostrat.com</string>
6464

6565
<string name="account_10_first_name">Sandra</string>
6666
<string name="account_10_last_name">Adams</string>
67-
<string name="account_10_email">sandraadams@gmail.com</string>
67+
<string name="account_10_email">sandraadams@altostrat.com</string>
6868

6969
<string name="account_11_first_name">Trevor</string>
7070
<string name="account_11_last_name">Hansen</string>
71-
<string name="account_11_email">trevorhandsen@gmail.com</string>
71+
<string name="account_11_email">trevorhandsen@altostrat.com</string>
7272

7373
<string name="account_12_first_name">Sean</string>
7474
<string name="account_12_last_name">Holt</string>
75-
<string name="account_12_email">sholt@gmail.com</string>
75+
<string name="account_12_email">sholt@altostrat.com</string>
7676

7777
<string name="account_13_first_name">Frank</string>
7878
<string name="account_13_last_name">Hawkins</string>
79-
<string name="account_13_email">fhawkank@gmail.com</string>
79+
<string name="account_13_email">fhawkank@altostrat.com</string>
8080

8181
<string name="email_0_subject">Package shipped!</string>
8282
<string name="email_0_body">

0 commit comments

Comments
 (0)