Updated browseable samples for april push
Change-Id: Idd8cc6b7c43ab93f05f0a5d69d5379631721d185
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
package com.example.android.basicgesturedetect;
|
||||
|
||||
import android.graphics.Color;
|
||||
import android.os.Bundle;
|
||||
import android.support.v4.app.FragmentTransaction;
|
||||
import android.view.Menu;
|
||||
@@ -74,6 +75,9 @@ public class MainActivity extends SampleActivityBase {
|
||||
LogFragment logFragment = (LogFragment) getSupportFragmentManager()
|
||||
.findFragmentById(R.id.log_fragment);
|
||||
msgFilter.setNext(logFragment.getLogView());
|
||||
logFragment.getLogView().setTextAppearance(this, R.style.Log);
|
||||
logFragment.getLogView().setBackgroundColor(Color.WHITE);
|
||||
|
||||
|
||||
Log.i(TAG, "Ready");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user