This repository was archived by the owner on May 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments