mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
rename list item class/layout to indicate more generic use
This commit is contained in:
parent
78fb9e0092
commit
626a7e4a32
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<org.eehouse.android.xw4.PlayerView
|
||||
<org.eehouse.android.xw4.XWListItem
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/player_view"
|
||||
android:layout_width="fill_parent"
|
|
@ -1,4 +1,4 @@
|
|||
/* -*- compile-command: "cd ../../../../../; ant reinstall"; -*- */
|
||||
/* -*- compile-command: "cd ../../../../../; ant install"; -*- */
|
||||
|
||||
package org.eehouse.android.xw4;
|
||||
|
||||
|
@ -6,10 +6,10 @@ import android.widget.TextView;
|
|||
import android.content.Context;
|
||||
import android.util.AttributeSet;
|
||||
|
||||
public class PlayerView extends TextView {
|
||||
public class XWListItem extends TextView {
|
||||
private int m_position;
|
||||
|
||||
public PlayerView( Context cx, AttributeSet as ) {
|
||||
public XWListItem( Context cx, AttributeSet as ) {
|
||||
super( cx, as );
|
||||
}
|
||||
|
Loading…
Add table
Reference in a new issue