[android-developers] Re: My android studio suddenly has changed the editor font to enormous.

2014-10-20 Thread Christine
Pinch? My computer doesn't have a touch screen. 

On Monday, October 20, 2014 12:29:08 AM UTC+2, Phil Bayfield wrote:

 You can pinch to zoom.

 On Thursday, 16 October 2014 16:03:45 UTC+1, Christine wrote:

 My android studio suddenly has changed the editor font to enormous.
 I'm on Ubuntu, changing font size in settings (of android studio) doesn't 
 change the font. The way it is now, it's unusable. What can I do?

 Christine



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: My android studio suddenly has changed the editor font to enormous.

2014-10-20 Thread Marina Cuello
Hi!

On your Android Studio or File menu (I have a Mac here, not Linux, not sure
how or where is it).
Preferences or Settings (sometimes they change name too, not sure if this
is the case)
Find Appearence  under IDE Settings
Mark Override default fonts by (not recommended)
Choose whatever you want. Apply or Ok

If that's what didn't work for you try this one:

Preferences
Find Editor under IDE Settings
Choose desired Size
Look for the Save as... button
Create a new color scheme.
Select the new profile on the dropbox menu, if it's not selected already.
Apply or Ok

I hope one of them works for you.

Marina





On Mon, Oct 20, 2014 at 4:11 AM, Christine christine.kar...@gmail.com
wrote:

 Pinch? My computer doesn't have a touch screen.


 On Monday, October 20, 2014 12:29:08 AM UTC+2, Phil Bayfield wrote:

 You can pinch to zoom.

 On Thursday, 16 October 2014 16:03:45 UTC+1, Christine wrote:

 My android studio suddenly has changed the editor font to enormous.
 I'm on Ubuntu, changing font size in settings (of android studio)
 doesn't change the font. The way it is now, it's unusable. What can I do?

 Christine

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: My android studio suddenly has changed the editor font to enormous.

2014-10-20 Thread andrew_esh
Check the View Menu, and make sure you're not in Presentation Mode.

On Thursday, October 16, 2014 10:03:45 AM UTC-5, Christine wrote:

 My android studio suddenly has changed the editor font to enormous.
 I'm on Ubuntu, changing font size in settings (of android studio) doesn't 
 change the font. The way it is now, it's unusable. What can I do?

 Christine


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Exception in AES-256 Algoritham.

2014-10-20 Thread sree android
Hi friends,

i am implementing json data decryption in android using AES-256, ECB mode.
In these server implementation is done in php using Rijndael encryption*
with 24 digit key and 32 digit initial vector,ECB mode.If i implement with
this key and initial vector in client i got Exceptions saying ECB mode
doesn't support IV(initial vector),If i change ECB mode to CBC mode it is
saying IV length must be 16 bytes o*nly.

Please guide me how can i decrypt data in android using AES-256 algoritham.

Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Google Play Location Services on Wear

2014-10-20 Thread Nathan


This is probably a simple If Android Wear needs a location, one way to do it is 
to contact the mobile app counterpart and request a location and send it back 
to the wear device.

But I was wondering, could one use GoogleApiClient on the wear device and 
request the location? I assume it would make the same round trip, if necessary, 
but might have the data already.  

In other words, could I get the location via connecting a location client and 
calling this method?

Location getLastLocation (GoogleApiClient 
https://developer.android.com/reference/com/google/android/gms/common/api/GoogleApiClient.html
 client)


Or am I oversimplifying it?


Nathan

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: My android studio suddenly has changed the editor font to enormous.

2014-10-20 Thread Christine
I tried the settings before, didn't work. I deleted the workspace, now the 
font is back to normal.



On Monday, October 20, 2014 4:48:38 PM UTC+2, Marina Cuello wrote:

 Hi!

 On your Android Studio or File menu (I have a Mac here, not Linux, not 
 sure how or where is it).
 Preferences or Settings (sometimes they change name too, not sure if this 
 is the case)
 Find Appearence  under IDE Settings
 Mark Override default fonts by (not recommended)
 Choose whatever you want. Apply or Ok

 If that's what didn't work for you try this one:

 Preferences
 Find Editor under IDE Settings
 Choose desired Size
 Look for the Save as... button
 Create a new color scheme.
 Select the new profile on the dropbox menu, if it's not selected already.
 Apply or Ok

 I hope one of them works for you.

 Marina





 On Mon, Oct 20, 2014 at 4:11 AM, Christine wrote:

 Pinch? My computer doesn't have a touch screen. 


 On Monday, October 20, 2014 12:29:08 AM UTC+2, Phil Bayfield wrote:

 You can pinch to zoom.

 On Thursday, 16 October 2014 16:03:45 UTC+1, Christine wrote:

 My android studio suddenly has changed the editor font to enormous.
 I'm on Ubuntu, changing font size in settings (of android studio) 
 doesn't change the font. The way it is now, it's unusable. What can I do?

 Christine

  -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-d...@googlegroups.com 
 javascript:
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com javascript:
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to android-developers+unsubscr...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.