created webauth.xml to be used with displaying the web auth site, and allowing the user to input their auth code
i created WebAuth.java to be used to display the social client auth site, and get the users auth code started intergration of twitter
This commit is contained in:
@@ -11,13 +11,19 @@ public final class R {
|
||||
public static final class attr {
|
||||
}
|
||||
public static final class drawable {
|
||||
public static final int icon=0x7f020000;
|
||||
public static final int facebook_icon=0x7f020000;
|
||||
public static final int icon=0x7f020001;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int authCode=0x7f060002;
|
||||
public static final int authOkButton=0x7f060001;
|
||||
public static final int authWebView=0x7f060003;
|
||||
public static final int widgetbutton=0x7f060000;
|
||||
}
|
||||
public static final class layout {
|
||||
public static final int travelpostwidget=0x7f030000;
|
||||
public static final int main=0x7f030000;
|
||||
public static final int travelpostwidget=0x7f030001;
|
||||
public static final int webauth=0x7f030002;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int app_name=0x7f050001;
|
||||
|
||||
Reference in New Issue
Block a user