Skip to content

Commit

Permalink
incall Recorder FC's fixes when TRLS is on
Browse files Browse the repository at this point in the history
Change-Id: I85578f9de15dfe0f19553b64a46886176feed255
  • Loading branch information
ezio84 committed Oct 7, 2014
1 parent 1db8d9f commit dd0d704
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
16 changes: 14 additions & 2 deletions res/layout-hololight/call_button_fragment.xml
Expand Up @@ -166,8 +166,20 @@
android:visibility="gone"
/>

<!-- Separator between 4th (or 5th) button and right padding -->
<View style="@style/VerticalSeparator"/>
<!-- Separator between 3rd (or 4th) and 4th (or 6th) button -->
<View android:id="@+id/blacklistSpacer"
style="@style/VerticalSeparator" />

<com.android.incallui.CallRecordingButton
android:id="@+id/recordButton"
style="@style/InCallButton"
android:src="@drawable/ic_record_holo_dark"
android:contentDescription="@string/onscreenRecordText"
android:visibility="gone"
/>

<!-- Separator between 5th (or 6th) button and right padding -->
<View style="@style/VerticalSeparator" />

</LinearLayout>

Expand Down
5 changes: 5 additions & 0 deletions res/values-hololight/colors.xml
Expand Up @@ -37,4 +37,9 @@

<!-- Translucent shadow color -->
<color name="translucent_shadow">#33666666</color>

<!-- Color of recording progrss timer -->
<color name="recording_progress_text_color">#f22121</color>
<color name="recording_progress_background">#40000000</color>

</resources>

0 comments on commit dd0d704

Please sign in to comment.