version:1.1

update:2021-10-19 17:27:09
fix:更换包名,自更新
add:加入极光推送,发送正在运行的app信息
This commit is contained in:
2021-10-19 17:31:16 +08:00
parent 5da934cf7e
commit 2462bafa85
703 changed files with 4983 additions and 4149 deletions

View File

@@ -13,21 +13,21 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<com.android.uiuios.widget.WidgetsFullSheet
<com.android.colorfulos.widget.WidgetsFullSheet
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:theme="?attr/widgetsTheme" >
<com.android.uiuios.views.TopRoundedCornerView
<com.android.colorfulos.views.TopRoundedCornerView
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?android:attr/colorPrimary"
android:elevation="4dp">
<com.android.uiuios.widget.WidgetsRecyclerView
<com.android.colorfulos.widget.WidgetsRecyclerView
android:id="@+id/widgets_list_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -41,12 +41,12 @@
android:layout_alignParentTop="true"
android:layout_marginEnd="@dimen/fastscroll_popup_margin" />
<com.android.uiuios.views.RecyclerViewFastScroller
<com.android.colorfulos.views.RecyclerViewFastScroller
android:id="@+id/fast_scroller"
android:layout_width="@dimen/fastscroll_width"
android:layout_height="match_parent"
android:layout_alignParentEnd="true"
android:layout_alignParentTop="true"
android:layout_marginEnd="@dimen/fastscroll_end_margin" />
</com.android.uiuios.views.TopRoundedCornerView>
</com.android.uiuios.widget.WidgetsFullSheet>
</com.android.colorfulos.views.TopRoundedCornerView>
</com.android.colorfulos.widget.WidgetsFullSheet>