Skip to content

Commit 2e50622

Browse files
committed
Change graphics and text
1 parent 9e81c24 commit 2e50622

25 files changed

+12
-8
lines changed
Loading

Android/MMEAndroid/app/src/main/java/com/example/mmeandroid/HomeActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class HomeActivity : AppCompatActivity() {
3737

3838
private fun openPDF() {
3939

40-
val path = Uri.parse("content://com.example.mmeandroid.assetprovider/ManualNOMMET.pdf")
40+
val path = Uri.parse("content://com.example.mmeandroid.assetprovider/manual.pdf")
4141

4242
val pdfIntent = Intent(Intent.ACTION_VIEW)
4343
pdfIntent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION)
Loading

Android/MMEAndroid/app/src/main/res/layout/toolbar.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
android:layout_height="match_parent"
1616
android:layout_gravity="center"
1717
android:background="@drawable/banner_gradient_small"
18-
app:srcCompat="@drawable/banner_narrow_small" />
18+
app:srcCompat="@drawable/banner_narrow_transparent" />
1919
</androidx.appcompat.widget.Toolbar>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@drawable/ic_launcher_background"/>
4-
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
55
</adaptive-icon>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@drawable/ic_launcher_background"/>
4-
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
55
</adaptive-icon>
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<color name="ic_launcher_background">#5B9BD5</color>
4+
</resources>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<resources>
44
<string name="app_name">M-TOOL</string>
55

6-
<string name="home_explanation">Welcome to the Mental Model Mapping Tool!\n\nBelow you can choose to:\n - start uploading files to tailor the tool to your needs\n - start session to start mapping mental models, change settings or to download your data\n - show the manual if you want to learn more about how to use M-TOOL
6+
<string name="home_explanation">Welcome to the Mental Model Mapping Tool!\n\nBelow you can choose to:\n - <i>upload files</i> to tailor the tool to your needs\n - <i>start session</i> to start mapping mental models, change settings or to download your data\n - <i>show manual</i> to learn more about how to use M-TOOL
77
</string>
88
<string name="upload_button">Upload Files</string>
99
<string name="session_button">Start Session</string>
Binary file not shown.

www/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<h2 align="center">Settings</h2>
8888
<div class="box">
8989
<p class="explanation">Here you can use the files you have uploaded to populate the tool. Select the audio or video file from the dropdown box for the respective M-TOOL parts.</p>
90-
<p class="explanation">Select the factors you would like to use for the mappings by selecting the image and audio file for each factor and select if you would like these factors to show on the first or the second mapping screen.</p>
90+
<p class="explanation">Below, you can choose whether you would like to display a fixed factor, and where you would like it to appear on each mapping screen. Here you can also select which factors you would like to use for which mapping screen and select the corresponding audio files. </p>
9191
</div>
9292

9393
<table>

0 commit comments

Comments
 (0)