Skip to content

Commit

Permalink
Updated record widget icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimowner committed Dec 9, 2021
1 parent d46551c commit 554c9c8
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/recording_widget.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
style="@style/Widget.AudioRecorder.AppWidget.Container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="center" >

<ImageButton
Expand All @@ -11,6 +12,5 @@
android:layout_height="wrap_content"
android:contentDescription="@string/start_recording"
android:background="@color/transparent"
android:padding="@dimen/spacing_normal"
android:src="@drawable/ic_record_red"/>
android:src="@mipmap/audio_recorder_widget_button"/>
</LinearLayout>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/recording_widget_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
android:initialLayout="@layout/recording_widget"
android:minWidth="40dp"
android:minHeight="40dp"
android:previewImage="@mipmap/audio_recorder_logo"
android:previewImage="@mipmap/audio_recorder_widget_button"
android:updatePeriodMillis="86400000"
android:widgetCategory="home_screen" />

0 comments on commit 554c9c8

Please sign in to comment.