Move conditional stuff from dashboard/ to homepage package.

dashboard package is not a real place for homepage stuff. Putting
Conditionals here makes it easier to refactor it for new homepage in the
future

Bug: 110405144
Bug: 112485407
Test: robotests
Change-Id: If433aeac8766124f0f4f6e5786b93ac1372bb745
This commit is contained in:
Fan Zhang
2018-08-10 16:36:46 -07:00
parent 2d24e8a839
commit ce1b61a146
33 changed files with 60 additions and 61 deletions

View File

@@ -14,7 +14,7 @@
limitations under the License.
-->
<com.android.settings.dashboard.conditional.FocusRecyclerView
<com.android.settings.homepage.conditional.FocusRecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/dashboard_container"
android:layout_width="match_parent"