From 55b1631136ede16c0117dd59e454e6ebe65f83d2 Mon Sep 17 00:00:00 2001 From: Mariotaku Lee Date: Wed, 4 Jan 2017 20:32:39 +0800 Subject: [PATCH] moved source --- .../twidere/fragment/premium/ExtraFeaturesSyncStatusFragment.kt | 2 +- .../res/layout/card_item_extra_features_sync_status.xml | 0 .../res/layout/fragment_extra_features_sync_status.xml | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename twidere/src/{google => main}/res/layout/card_item_extra_features_sync_status.xml (100%) rename twidere/src/{google => main}/res/layout/fragment_extra_features_sync_status.xml (100%) diff --git a/twidere/src/main/kotlin/org/mariotaku/twidere/fragment/premium/ExtraFeaturesSyncStatusFragment.kt b/twidere/src/main/kotlin/org/mariotaku/twidere/fragment/premium/ExtraFeaturesSyncStatusFragment.kt index 6d4714532..bd4e99f95 100644 --- a/twidere/src/main/kotlin/org/mariotaku/twidere/fragment/premium/ExtraFeaturesSyncStatusFragment.kt +++ b/twidere/src/main/kotlin/org/mariotaku/twidere/fragment/premium/ExtraFeaturesSyncStatusFragment.kt @@ -7,7 +7,7 @@ import android.support.v7.app.AlertDialog import android.view.LayoutInflater import android.view.View import android.view.ViewGroup -import kotlinx.android.synthetic.google.fragment_extra_features_sync_status.* +import kotlinx.android.synthetic.main.fragment_extra_features_sync_status.* import org.mariotaku.kpreferences.get import org.mariotaku.twidere.R import org.mariotaku.twidere.activity.FragmentContentActivity diff --git a/twidere/src/google/res/layout/card_item_extra_features_sync_status.xml b/twidere/src/main/res/layout/card_item_extra_features_sync_status.xml similarity index 100% rename from twidere/src/google/res/layout/card_item_extra_features_sync_status.xml rename to twidere/src/main/res/layout/card_item_extra_features_sync_status.xml diff --git a/twidere/src/google/res/layout/fragment_extra_features_sync_status.xml b/twidere/src/main/res/layout/fragment_extra_features_sync_status.xml similarity index 100% rename from twidere/src/google/res/layout/fragment_extra_features_sync_status.xml rename to twidere/src/main/res/layout/fragment_extra_features_sync_status.xml