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