mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Add deletion button
This commit is contained in:
parent
89245a6d5b
commit
6c38b58a29
7 changed files with 76 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
package fr.free.nrw.commons.delete;
|
||||
|
||||
import android.support.v7.app.AppCompatActivity;
|
||||
import android.os.Bundle;
|
||||
|
||||
import fr.free.nrw.commons.R;
|
||||
|
||||
public class DeleteActivity extends AppCompatActivity {
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_delete);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue