mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Implemented Statistics
This commit is contained in:
parent
e028658051
commit
6744940970
7 changed files with 1504 additions and 311 deletions
20
app/src/main/java/fr/free/nrw/commons/Achievements.java
Normal file
20
app/src/main/java/fr/free/nrw/commons/Achievements.java
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
package fr.free.nrw.commons;
|
||||
|
||||
import android.support.v7.app.AppCompatActivity;
|
||||
import android.os.Bundle;
|
||||
import android.view.Menu;
|
||||
import android.view.MenuInflater;
|
||||
import android.view.View;
|
||||
import android.widget.ImageView;
|
||||
|
||||
public class Achievements extends AppCompatActivity {
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_achievements);
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue