diff --git a/app/src/full/java/org/fdroid/fdroid/views/swap/SwapConnecting.java b/app/src/full/java/org/fdroid/fdroid/views/swap/ConnectingView.java similarity index 94% rename from app/src/full/java/org/fdroid/fdroid/views/swap/SwapConnecting.java rename to app/src/full/java/org/fdroid/fdroid/views/swap/ConnectingView.java index d35ea3492..1ec235d24 100644 --- a/app/src/full/java/org/fdroid/fdroid/views/swap/SwapConnecting.java +++ b/app/src/full/java/org/fdroid/fdroid/views/swap/ConnectingView.java @@ -21,26 +21,26 @@ import org.fdroid.fdroid.UpdateService; import org.fdroid.fdroid.localrepo.SwapService; // TODO: Use this for the "Preparing local repo" dialog also. -public class SwapConnecting extends LinearLayout implements SwapWorkflowActivity.InnerView { +public class ConnectingView extends LinearLayout implements SwapWorkflowActivity.InnerView { @SuppressWarnings("unused") - private static final String TAG = "SwapConnecting"; + private static final String TAG = "ConnectingView"; - public SwapConnecting(Context context) { + public ConnectingView(Context context) { super(context); } - public SwapConnecting(Context context, AttributeSet attrs) { + public ConnectingView(Context context, AttributeSet attrs) { super(context, attrs); } @TargetApi(11) - public SwapConnecting(Context context, AttributeSet attrs, int defStyleAttr) { + public ConnectingView(Context context, AttributeSet attrs, int defStyleAttr) { super(context, attrs, defStyleAttr); } @TargetApi(21) - public SwapConnecting(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { + public ConnectingView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { super(context, attrs, defStyleAttr, defStyleRes); } diff --git a/app/src/full/res/layout/swap_connecting.xml b/app/src/full/res/layout/swap_connecting.xml index 3075e7d3c..ea60adb97 100644 --- a/app/src/full/res/layout/swap_connecting.xml +++ b/app/src/full/res/layout/swap_connecting.xml @@ -1,6 +1,6 @@ - - +