Skip to content

Commit

Permalink
feature(capture-sdk) Make navigation bar accessible for keyboard. Add…
Browse files Browse the repository at this point in the history
… hint color

PP-690
  • Loading branch information
jackkray committed Aug 7, 2024
1 parent 9b0b8cd commit 87d67c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:navigationIconTint="?attr/colorOnBackground"
android:touchscreenBlocksFocus="false"
tools:title="This is a title"/>

</androidx.constraintlayout.widget.ConstraintLayout>
1 change: 1 addition & 0 deletions capture-sdk/sdk/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<color name="gc_accent_03">#62ACFB</color>
<color name="gc_accent_04">#93C4F9</color>
<color name="gc_accent_05">#C4DDF7</color>
<color name="gc_accent_06">#40007BFF</color>

<color name="gc_dark_01">#000000</color>
<color name="gc_dark_02">#121212</color>
Expand Down
1 change: 1 addition & 0 deletions capture-sdk/sdk/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<item name="textAppearanceBodySmall">?attr/textAppearanceCaption</item>
<item name="textAppearanceLabelLarge">?attr/textAppearanceButton</item>
<item name="textAppearanceLabelMedium">?attr/textAppearanceOverline</item>
<item name="android:colorControlHighlight">@color/gc_accent_06</item>
</style>

<style name="Root.GiniCaptureTheme" parent="Root.GiniCaptureTheme.Internal"/>
Expand Down

0 comments on commit 87d67c3

Please sign in to comment.