version:1.5
fix:迁移到奥乐云平台 add:
This commit is contained in:
@@ -13,21 +13,21 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<com.android.colorfulos.widget.WidgetsFullSheet
|
||||
<com.aoleyun.os.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.colorfulos.views.TopRoundedCornerView
|
||||
<com.aoleyun.os.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.colorfulos.widget.WidgetsRecyclerView
|
||||
<com.aoleyun.os.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.colorfulos.views.RecyclerViewFastScroller
|
||||
<com.aoleyun.os.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.colorfulos.views.TopRoundedCornerView>
|
||||
</com.android.colorfulos.widget.WidgetsFullSheet>
|
||||
</com.aoleyun.os.views.TopRoundedCornerView>
|
||||
</com.aoleyun.os.widget.WidgetsFullSheet>
|
||||
Reference in New Issue
Block a user