-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Update Protos to v0.9.2 (#294)
Co-authored-by: Jakob Körber <[email protected]>
- Loading branch information
1 parent
cb6ea5b
commit 1368b83
Showing
37 changed files
with
121 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
android/app/src/main/res/drawable-v21/app_widget_background.xml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
android/app/src/main/res/drawable-v21/app_widget_inner_view_background.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
android/app/src/main/res/drawable/widget_content_rounded_corners_background.xml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
android/app/src/main/res/drawable/widget_header_rounded_corners_background.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright 2019 Google LLC. | ||
SPDX-License-Identifier: Apache-2.0 --> | ||
<resources> | ||
<!-- | ||
Having themes.xml for v31 variant because @android:dimen/system_app_widget_background_radius | ||
and @android:dimen/system_app_widget_internal_padding requires API level 31 | ||
--> | ||
<style name="Theme.Android.AppWidgetContainerParent" parent="@android:style/Theme.DeviceDefault.DayNight"> | ||
<item name="appWidgetRadius">@android:dimen/system_app_widget_background_radius</item> | ||
<item name="appWidgetInnerRadius">@android:dimen/system_app_widget_inner_radius</item> | ||
|
||
<style name="Theme.AppWidget.AppWidgetContainerParent" parent="@android:style/Theme.DeviceDefault.DayNight"> | ||
<item name="appWidgetRadius"> | ||
@android:dimen/system_app_widget_background_radius | ||
</item> | ||
<item name="appWidgetInnerRadius"> | ||
@android:dimen/system_app_widget_inner_radius | ||
</item> | ||
</style> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:description="@string/app_widget_description" | ||
android:initialKeyguardLayout="@layout/calendar_widget" | ||
android:initialLayout="@layout/calendar_widget" | ||
android:minWidth="270dp" | ||
android:minHeight="110dp" | ||
android:minResizeWidth="270dp" | ||
android:minResizeHeight="110dp" | ||
android:previewImage="@drawable/appwidget_preview" | ||
android:resizeMode="horizontal|vertical" | ||
android:updatePeriodMillis="600000" | ||
android:widgetCategory="home_screen" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.