mirror of
https://gitee.com/replugin/RePlugin.git
synced 2024-12-02 03:38:06 +08:00
modify text displayed
This commit is contained in:
parent
d4c45da1bb
commit
c8b30ee807
@ -310,7 +310,7 @@ public class MainActivity extends Activity {
|
||||
// =========
|
||||
// aar
|
||||
// =========
|
||||
mItems.add(new TestItem("AAR Activity: default theme", new View.OnClickListener() {
|
||||
mItems.add(new TestItem("AAR Activity: Standard", new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
Intent intent = new Intent(v.getContext(), LibMainActivity.class);
|
||||
|
@ -8,7 +8,7 @@
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:text="Hello AAR:\ndefault Theme"
|
||||
android:text="Hello AAR:\nStandard"
|
||||
android:textSize="30sp"
|
||||
android:gravity="center"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user