Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 0721742

Browse files
No-op impl for scrolling to online section
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent a61ca71 commit 0721742

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,11 @@ dependencies {
267267
implementation 'com.google.net.cronet:cronet-okhttp:0.1.0'
268268
annotationProcessor "io.noties:prism4j-bundler:2.0.0"
269269
implementation "com.caverock:androidsvg:1.4"
270+
// Icons
271+
// implementation "com.mikepenz:iconics-core:3.2.5"
272+
//implementation "androidx.appcompat:appcompat:${versions.appCompat}"
270273

274+
// implementation 'com.mikepenz:community-material-typeface:7.0.96.0-kotlin@aar'
271275
// Test
272276
testImplementation 'junit:junit:4.13.2'
273277
androidTestImplementation 'androidx.test.ext:junit:1.1.4'

app/src/main/res/layout/activity_main.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@
7777
setting high app:cardCornerRadius is not supported on some versions
7878
so we must use code to get a round appearance.
7979
-->
80+
<!-- Material down arrow icon -->
81+
<com.google.android.material.button.MaterialButton
82+
android:id="@+id/down_arrow"
83+
android:layout_width="wrap_content"
84+
android:layout_height="wrap_content"
85+
android:layout_marginLeft="8dp"
86+
android:layout_marginRight="8dp"
87+
android:background="@color/transparent"
88+
android:visibility="invisible" />
8089
<com.google.android.material.card.MaterialCardView
8190
android:id="@+id/search_card"
8291
android:layout_width="wrap_content"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,5 @@
217217
shortly</string>
218218
<string name="sentry_dialogue_no_description">Could not submit feedback as no
219219
description was provided</string>
220+
<string name="go_to_online_repo">Scroll to online repo</string>
220221
</resources>

0 commit comments

Comments
 (0)