We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c367785 commit b952e85Copy full SHA for b952e85
app/src/main/java/jbtronics/part_db/Settings.java
@@ -0,0 +1,12 @@
1
+package jbtronics.part_db;
2
+
3
+import android.support.v7.app.AppCompatActivity;
4
+import android.os.Bundle;
5
6
+public class Settings extends AppCompatActivity {
7
8
+ @Override
9
+ protected void onCreate(Bundle savedInstanceState) {
10
+ super.onCreate(savedInstanceState);
11
+ }
12
+}
0 commit comments